25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Fix documentation installation, no need for executable permission (thanks to Peter)(EJAB-1170)

SVN Revision: 2926
This commit is contained in:
Badlop 2010-01-25 18:40:17 +00:00
parent d804698541
commit 4fe8d76b83

View File

@ -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