diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-03 14:07:46 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-03 14:07:46 -0800 |
commit | 1a56be134f9477296a7ade040e8b802bf3a643a1 (patch) | |
tree | d6a7d5fb7dec7d318cdf9cef2f06040fd7fdcc16 /Documentation/Makefile | |
parent | gitweb: Describe (possible) gitweb.js minification in gitweb/README (diff) | |
parent | Prepare for 1.6.5.5 (diff) | |
download | tgif-1a56be134f9477296a7ade040e8b802bf3a643a1.tar.xz |
Merge branch 'maint'
* maint:
Prepare for 1.6.5.5
Documentation: xmlto 0.0.18 does not know --stringparam
t4201: use ISO8859-1 rather than ISO-8859-1
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index e841ca96cb..3f1042eebb 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -109,7 +109,14 @@ endif # 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. +# +# As older stylesheets simply ignore this parameter, it ought to be +# safe to set it to empty string when the base URL is not specified, +# but unfortunately we cannot do so unconditionally because at least +# xmlto 0.0.18 is reported to lack --stringparam option. +ifdef MAN_BASE_URL 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 |