24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

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

SVN Revision: 2923
This commit is contained in:
Badlop 2010-01-25 18:27:24 +00:00
parent 1c9760f6d2
commit a5e4f34dbb

View File

@ -235,9 +235,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