Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/Makefile: make manpage-base-url.xsl generation quieter
[gitweb.git]
/
Documentation
/
Makefile
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index 4ae9ba5c86e038fff94277c0d1a767b93634ec53..4a59c6243f7d8bdd84754060b50c3ef2fff613a6 100644
(file)
--- a/
Documentation/Makefile
+++ b/
Documentation/Makefile
@@
-341,7
+341,7
@@
$(OBSOLETE_HTML): %.html : %.txto asciidoc.conf
mv $@+ $@
manpage-base-url.xsl: manpage-base-url.xsl.in
- sed "s|@@MAN_BASE_URL@@|$(MAN_BASE_URL)|" $< > $@
+
$(QUIET_GEN)
sed "s|@@MAN_BASE_URL@@|$(MAN_BASE_URL)|" $< > $@
%.1 %.5 %.7 : %.xml manpage-base-url.xsl
$(QUIET_XMLTO)$(RM) $@ && \