]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/manpage-normal.xsl
Merge branch 'jk/ci-retire-allow-ref'
[thirdparty/git.git] / Documentation / manpage-normal.xsl
CommitLineData
ae8d09b8 1<!-- manpage-normal.xsl:
388f5b52 2 special settings for manpages rendered from asciidoc+docbook -->
ae8d09b8
CJ
3<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 version="1.0">
5
ae8d09b8 6
f7421a14
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"/>
10
d832f2ac
FC
11<!-- unset maximum length of title -->
12<xsl:param name="man.th.title.max.length"/>
13
776e994a 14</xsl:stylesheet>