diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-25 00:36:41 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-25 00:36:41 -0700 |
commit | 248542ea9ae9125a7ccf214b979ada9908ea1358 (patch) | |
tree | b6b509ef8d4130ee907215937b62f807ef0448aa /Documentation/Makefile | |
parent | e6fc2346c17b9a4ee274d509429042eec9c14db5 (diff) | |
download | git-248542ea9ae9125a7ccf214b979ada9908ea1358.tar.gz |
Don't forget to build the howto-index file.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index bff43e0c6e..e928bcf280 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -4,6 +4,7 @@ MAN7_TXT=git.txt 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)) |