]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/Makefile: fix section (5) installation
authorJunio C Hamano <junkio@cox.net>
Sun, 22 Apr 2007 07:11:41 +0000 (00:11 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 22 Apr 2007 07:21:17 +0000 (00:21 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/Makefile
Documentation/gitattributes.txt

index 8d3617db9772249a1e9d7bc242d7963672081acb..3f92783d55b401a5c919f7c9176a12953d0c4904 100644 (file)
@@ -24,7 +24,7 @@ SP_ARTICLES = howto/revert-branch-rebase user-manual
 DOC_HTML += $(patsubst %,%.html,$(ARTICLES) $(SP_ARTICLES))
 
 DOC_MAN1=$(patsubst %.txt,%.1,$(MAN1_TXT))
-DOC_MAN5=$(patsubst %.txt,%.5,$(MAN1_TXT))
+DOC_MAN5=$(patsubst %.txt,%.5,$(MAN5_TXT))
 DOC_MAN7=$(patsubst %.txt,%.7,$(MAN7_TXT))
 
 prefix?=$(HOME)
index ece58abee2a46c54dfe52670eb43d8c3211a575c..126871756d560d64fb9ca18890d8b9e8da18e27c 100644 (file)
@@ -7,7 +7,7 @@ gitattributes - defining attributes per path
 
 SYNOPSIS
 --------
-.gitattributes
+$GIT_DIR/info/attributes, gitattributes
 
 
 DESCRIPTION