summaryrefslogtreecommitdiff
path: root/Documentation/manpage-normal.xsl
blob: e4c5874ed37e503585f883a32091fd77b663ea99 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- manpage-normal.xsl:
     special settings for manpages rendered from asciidoc+docbook -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		version="1.0">


<!-- these params silence some output from xmlto -->
<xsl:param name="man.output.quietly" select="1"/>
<xsl:param name="refentry.meta.get.quietly" select="1"/>

</xsl:stylesheet>