diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-09-17 13:53:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-17 13:53:49 -0700 |
commit | 6709a117cc59ed15e0f878bf80b9e4e2af24da3e (patch) | |
tree | d3f4476fe0949da8503456c248803b3e35658843 /Documentation | |
parent | Merge branch 'jk/rev-list-stdin-noop-is-ok' (diff) | |
parent | Documentation/Makefile: make manpage-base-url.xsl generation quieter (diff) | |
download | tgif-6709a117cc59ed15e0f878bf80b9e4e2af24da3e.tar.xz |
Merge branch 'ts/doc-build-manpage-xsl-quietly'
Build tweak.
* ts/doc-build-manpage-xsl-quietly:
Documentation/Makefile: make manpage-base-url.xsl generation quieter
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index a42dcfc745..95f6a321f2 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -344,7 +344,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) $@ && \ |