diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-14 16:32:38 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-14 16:32:38 -0700 |
commit | c7543ce0be5609df8123f88ac75a06c1bda98f0e (patch) | |
tree | 63000c788d2eb45e67fc3b33d66df14d4bf6f668 /Documentation | |
parent | 5cd060b56c3d0b9f2340377d73dfe1abbcbe8a20 (diff) | |
download | git-c7543ce0be5609df8123f88ac75a06c1bda98f0e.tar.gz |
Documentation/Makefile: product depends on asciidoc.conf
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Makefile | 1 |
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) |