Documentation: Avoid use of xmlto --stringparam
authorTodd Zullinger <tmz@pobox.com>
Fri, 4 Dec 2009 17:53:21 +0000 (12:53 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Dec 2009 18:03:49 +0000 (10:03 -0800)
The --stringparam option is not available on older xmlto versions.
Instead, set man.base.url.for.relative.links via a .xsl file. Older
docbook versions will ignore this without causing grief to users of
older xmlto versions.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found