aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index dd728ce02..c7bcdc1f4 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -250,9 +250,13 @@ install: all
#
# Documentation
install -d $(DOCDIR)
+ install -m 644 ../doc/dev.html $(DOCDIR)
install -m 644 ../doc/guide.html $(DOCDIR)
install -m 644 ../doc/*.png $(DOCDIR)
install -m 644 ../doc/*.txt $(DOCDIR)
+ [ -f ../doc/guide.pdf ] \
+ && install -m 644 ../doc/guide.pdf $(DOCDIR) \
+ || echo "No ../doc/guide.pdf was built"
uninstall: uninstall-binary