]> granicus.if.org Git - linux-pam/blob - doc/custom-man.xsl
doc: fix module type written in MODULE TYPES PROVIDED
[linux-pam] / doc / custom-man.xsl
1 <?xml version='1.0'?>
2 <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">
3   <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/>
4   <xsl:param name="vendordir"/>
5
6   <xsl:param name="man.string.subst.map.local.pre">
7     <ss:substitution oldstring="%vendordir%" newstring="{$vendordir}" />
8   </xsl:param>
9 </xsl:stylesheet>
10