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 2b0efe7..6dbe45b 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)