aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 3d2bf318c..8485caa09 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -239,9 +239,9 @@ install: all
#
# Documentation
install -d $(DOCDIR)
- install ../doc/guide.html $(DOCDIR)
- install ../doc/*.png $(DOCDIR)
- install ../doc/*.txt $(DOCDIR)
+ install -m 644 ../doc/guide.html $(DOCDIR)
+ install -m 644 ../doc/*.png $(DOCDIR)
+ install -m 644 ../doc/*.txt $(DOCDIR)
uninstall: uninstall-binary