summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fdd3e7d)
raw | patch | inline | side by side (parent: fdd3e7d)
author | Junio C Hamano <junkio@cox.net> | |
Sun, 22 Apr 2007 07:11:41 +0000 (00:11 -0700) | ||
committer | Junio 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 | patch | blob | history | |
Documentation/gitattributes.txt | patch | blob | history |
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 8d3617db9772249a1e9d7bc242d7963672081acb..3f92783d55b401a5c919f7c9176a12953d0c4904 100644 (file)
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
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)
SYNOPSIS
--------
-.gitattributes
+$GIT_DIR/info/attributes, gitattributes
DESCRIPTION