diff options
Diffstat (limited to 'doc/custom-man.xsl.in')
-rw-r--r-- | doc/custom-man.xsl.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/custom-man.xsl.in b/doc/custom-man.xsl.in new file mode 100644 index 00000000..258627bf --- /dev/null +++ b/doc/custom-man.xsl.in @@ -0,0 +1,9 @@ +<?xml version='1.0'?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ss="http://docbook.sf.net/xmlns/string.subst/1.0" version="1.0"> + <xsl:import href="MAN_STYLESHEET"/> + <xsl:param name="vendordir"/> + + <xsl:param name="man.string.subst.map.local.pre"> + <ss:substitution oldstring="%vendordir%" newstring="{$vendordir}" /> + </xsl:param> +</xsl:stylesheet> |