summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-07-14 16:32:38 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-07-14 16:32:38 -0700
commitc7543ce0be5609df8123f88ac75a06c1bda98f0e (patch)
tree63000c788d2eb45e67fc3b33d66df14d4bf6f668
parentMerge branch 'lt/unitype' (diff)
downloadtgif-c7543ce0be5609df8123f88ac75a06c1bda98f0e.tar.xz
Documentation/Makefile: product depends on asciidoc.conf
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 2b0efe7921..6dbe45b506 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -46,6 +46,7 @@ all: html man
html: $(DOC_HTML)
+$(DOC_HTML) $(DOC_MAN1) $(DOC_MAN7): asciidoc.conf
man: man1 man7
man1: $(DOC_MAN1)