mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Fix documentation installation, no need for executable permission (thanks to Peter)(EJAB-1170)
SVN Revision: 2923
This commit is contained in:
parent
1c9760f6d2
commit
a5e4f34dbb
@ -235,9 +235,9 @@ install: all
|
|||||||
#
|
#
|
||||||
# Documentation
|
# Documentation
|
||||||
install -d $(DOCDIR)
|
install -d $(DOCDIR)
|
||||||
install ../doc/guide.html $(DOCDIR)
|
install -m 644 ../doc/guide.html $(DOCDIR)
|
||||||
install ../doc/*.png $(DOCDIR)
|
install -m 644 ../doc/*.png $(DOCDIR)
|
||||||
install ../doc/*.txt $(DOCDIR)
|
install -m 644 ../doc/*.txt $(DOCDIR)
|
||||||
|
|
||||||
uninstall: uninstall-binary
|
uninstall: uninstall-binary
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user