Browse Source
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>maint
Todd Zullinger
15 years ago
committed by
Junio C Hamano
3 changed files with 23 additions and 11 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
<!-- manpage-base-url.xsl: |
||||
special settings for manpages rendered from newer docbook --> |
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
||||
version="1.0"> |
||||
|
||||
<!-- set a base URL for relative links --> |
||||
<xsl:param name="man.base.url.for.relative.links" |
||||
>@@MAN_BASE_URL@@</xsl:param> |
||||
|
||||
</xsl:stylesheet> |
Loading…
Reference in new issue