aboutsummaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-04-19 20:48:03 -0700
committerJunio C Hamano <junkio@cox.net>2007-04-19 22:38:02 -0700
commit88e7fdf2cb436e068434241b0519577293055c19 (patch)
tree92fc7121ea594d0830c70a5e05f887cc4f1a2340 /Documentation/Makefile
parent163b95919428cd7d782af91296e0b886683f2daa (diff)
downloadgit-88e7fdf2cb436e068434241b0519577293055c19.tar.gz
git-88e7fdf2cb436e068434241b0519577293055c19.tar.xz
Document gitattributes(5)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index f4c6a803c..8d3617db9 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -2,7 +2,7 @@ MAN1_TXT= \
$(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
$(wildcard git-*.txt)) \
gitk.txt
-MAN5_TXT=
+MAN5_TXT=gitattributes.txt
MAN7_TXT=git.txt
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN5_TXT) $(MAN7_TXT))
@@ -68,7 +68,7 @@ install: man
$(INSTALL) -d -m755 $(DESTDIR)$(man5dir)
$(INSTALL) -d -m755 $(DESTDIR)$(man7dir)
$(INSTALL) -m644 $(DOC_MAN1) $(DESTDIR)$(man1dir)
- : $(INSTALL) -m644 $(DOC_MAN5) $(DESTDIR)$(man5dir)
+ $(INSTALL) -m644 $(DOC_MAN5) $(DESTDIR)$(man5dir)
$(INSTALL) -m644 $(DOC_MAN7) $(DESTDIR)$(man7dir)