Documentation/Makefile: product depends on asciidoc.conf
authorJunio C Hamano <junkio@cox.net>
Fri, 14 Jul 2006 23:32:38 +0000 (16:32 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 14 Jul 2006 23:32:38 +0000 (16:32 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/Makefile

index 2b0efe7921b61fa3c3c84273054112373aac75ba..6dbe45b50626bf09c5a37c80473f0a4fe18136f9 100644 (file)
@@ -46,6 +46,7 @@ all: html man
 
 html: $(DOC_HTML)
 
+$(DOC_HTML) $(DOC_MAN1) $(DOC_MAN7): asciidoc.conf
 
 man: man1 man7
 man1: $(DOC_MAN1)