Browse Source

no need to install manpages as executable

No need to install manpages as executable.  Noticed by Ville Skytt,Ad(B.

Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Chris Wright 18 years ago committed by Junio C Hamano
parent
commit
d44c92d6ab
  1. 4
      Documentation/Makefile

4
Documentation/Makefile

@ -56,8 +56,8 @@ man7: $(DOC_MAN7) @@ -56,8 +56,8 @@ man7: $(DOC_MAN7)

install: man
$(INSTALL) -d -m755 $(DESTDIR)$(man1dir) $(DESTDIR)$(man7dir)
$(INSTALL) $(DOC_MAN1) $(DESTDIR)$(man1dir)
$(INSTALL) $(DOC_MAN7) $(DESTDIR)$(man7dir)
$(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir)
$(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir)


#

Loading…
Cancel
Save