author | Junio C Hamano <gitster@pobox.com> | |
Fri, 27 Mar 2009 07:36:47 +0000 (00:36 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 27 Mar 2009 07:36:47 +0000 (00:36 -0700) |
* cj/doc-quiet:
Documentation/Makefile: break up texi pipeline
Documentation/Makefile: make most operations "quiet"
Conflicts:
Documentation/Makefile
Documentation/Makefile: break up texi pipeline
Documentation/Makefile: make most operations "quiet"
Conflicts:
Documentation/Makefile
1 | 2 | |||
---|---|---|---|---|
Documentation/Makefile | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/Makefile
index 1c94531874f6f525de94ef183c989a26b034aba5,d145372393e98afe0c10aa7a14cb3f0f5649ebf1..dae31746675ce2699204ad5645e03785469a16c2
+++ b/Documentation/Makefile
mv $@+ $@
%.1 %.5 %.7 : %.xml
- $(RM) $@
+ $(QUIET_XMLTO)$(RM) $@ && \
- xmlto -m $(MANPAGE_XSL) man $<
+ xmlto -m $(MANPAGE_XSL) $(XMLTO_EXTRA) man $<
%.xml : %.txt
- $(RM) $@+ $@
+ $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
$(ASCIIDOC) -b docbook -d manpage -f asciidoc.conf \
- $(ASCIIDOC_EXTRA) -agit_version=$(GIT_VERSION) -o $@+ $<
+ $(ASCIIDOC_EXTRA) -agit_version=$(GIT_VERSION) -o $@+ $< && \
mv $@+ $@
user-manual.xml: user-manual.txt user-manual.conf