Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cj/doc-quiet' into cj/doc-format
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
1
2
Documentation/Makefile
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
5121a6d
c6a5ad2
)
diff --cc
Documentation/Makefile
index 1c94531874f6f525de94ef183c989a26b034aba5,d145372393e98afe0c10aa7a14cb3f0f5649ebf1..dae31746675ce2699204ad5645e03785469a16c2
---
1
/
Documentation/Makefile
---
2
/
Documentation/Makefile
+++ b/
Documentation/Makefile
@@@
-195,13
-190,13
+221,13
@@@
$(MAN_HTML): %.html : %.tx
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