diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-03 00:37:56 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-03 00:37:56 -0800 |
commit | e21a8577089cb10fed5f298796ba3685010dfaef (patch) | |
tree | 2fa14353f22b01694fab0b28ab260a767323c245 /Documentation/Makefile | |
parent | 61b8f407a766bf10ec466e66ec606902a171fc85 (diff) | |
parent | eefe19fbfc93b359afe43aa1645eb5591a502f15 (diff) | |
download | git-e21a8577089cb10fed5f298796ba3685010dfaef.tar.gz |
Merge in 1.6.5.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index abb75eb136..e841ca96cb 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -104,9 +104,12 @@ ifdef DOCBOOK_SUPPRESS_SP XMLTO_EXTRA += -m manpage-suppress-sp.xsl endif -ifdef MAN_BASE_URL +# Newer DocBook stylesheet emits warning cruft in the output when +# this is not set, and if set it shows an absolute link. We can +# use MAN_BASE_URL=http://www.kernel.org/pub/software/scm/git/docs/ +# but distros may want to set it to /usr/share/doc/git-core/docs/ or +# something like that. XMLTO_EXTRA += --stringparam man.base.url.for.relative.links=$(MAN_BASE_URL) -endif # If your target system uses GNU groff, it may try to render # apostrophes as a "pretty" apostrophe using unicode. This breaks |