summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e6fc234)
raw | patch | inline | side by side (parent: e6fc234)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 25 Aug 2005 07:36:41 +0000 (00:36 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 25 Aug 2005 07:36:41 +0000 (00:36 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/Makefile | patch | blob | history |
diff --git a/Documentation/Makefile b/Documentation/Makefile
index bff43e0c6ec76cad2610560a6b261dea96bfaf0e..e928bcf28059daa3494d6bc925ff45c09703d34b 100644 (file)
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT))
DOC_HTML += glossary.html
DOC_HTML += tutorial.html
+DOC_HTML += howto-index.html
DOC_MAN1=$(patsubst %.txt,%.1,$(MAN1_TXT))
DOC_MAN7=$(patsubst %.txt,%.7,$(MAN7_TXT))