Skip to content

Commit 248542e

Browse files
author
Junio C Hamano
committed
Don't forget to build the howto-index file.
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent e6fc234 commit 248542e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ MAN7_TXT=git.txt
44
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT))
55
DOC_HTML += glossary.html
66
DOC_HTML += tutorial.html
7+
DOC_HTML += howto-index.html
78
DOC_MAN1=$(patsubst %.txt,%.1,$(MAN1_TXT))
89
DOC_MAN7=$(patsubst %.txt,%.7,$(MAN7_TXT))
910

0 commit comments

Comments
 (0)