From: Junio C Hamano Date: Sun, 22 Apr 2007 07:11:41 +0000 (-0700) Subject: Documentation/Makefile: fix section (5) installation X-Git-Tag: v1.5.2-rc0~14 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2d76548b6af66c49acaf0af7819c6dfb8fcf3389;p=git.git Documentation/Makefile: fix section (5) installation Signed-off-by: Junio C Hamano --- diff --git a/Documentation/Makefile b/Documentation/Makefile index 8d3617db9..3f92783d5 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -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) diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index ece58abee..126871756 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -7,7 +7,7 @@ gitattributes - defining attributes per path SYNOPSIS -------- -.gitattributes +$GIT_DIR/info/attributes, gitattributes DESCRIPTION