Start the 2.46 cycle
[git.git] / Documentation / manpage-normal.xsl
blobbeb5ff8ec2bbc271cb61f52929d3286c027a864a
1 <!-- manpage-normal.xsl:
2 special settings for manpages rendered from asciidoc+docbook -->
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 version="1.0">
7 <!-- these params silence some output from xmlto -->
8 <xsl:param name="man.output.quietly" select="1"/>
9 <xsl:param name="refentry.meta.get.quietly" select="1"/>
11 <!-- unset maximum length of title -->
12 <xsl:param name="man.th.title.max.length"/>
14 </xsl:stylesheet>