Documentation/Makefile: make manpage-base-url.xsl generation quieter
authorTim Schumacher <timschumi@gmx.de>
Wed, 29 Aug 2018 15:47:20 +0000 (17:47 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Aug 2018 19:16:09 +0000 (12:16 -0700)
The exact sed command to generate manpage-base-url.xsl appears in
the output, unlike the rules for other files that by default only
show summary.

Make the output for this rule similiar to all the other rules by
printing a short status message instead of the whole command.

Signed-off-by: Tim Schumacher <timschumi@gmx.de>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
index 4ae9ba5c86e038fff94277c0d1a767b93634ec53..4a59c6243f7d8bdd84754060b50c3ef2fff613a6 100644 (file)
@@ -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) $@ && \