blob: beb5ff8ec2bbc271cb61f52929d3286c027a864a [file] [log] [blame]
Chris Johnsenae8d09b2009-03-27 01:43:59 -05001<!-- manpage-normal.xsl:
Martin Ågren388f5b52020-03-29 15:18:07 +02002 special settings for manpages rendered from asciidoc+docbook -->
Chris Johnsenae8d09b2009-03-27 01:43:59 -05003<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 version="1.0">
Junio C Hamano7ef04352006-12-13 00:58:28 -08005
Chris Johnsenae8d09b2009-03-27 01:43:59 -05006
Martin Ågrenf7421a12020-03-29 15:18:09 +02007<!-- 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
Felipe Contrerasd832f2a2023-05-03 11:16:58 -060011<!-- unset maximum length of title -->
12<xsl:param name="man.th.title.max.length"/>
13
Sean Estabrooks776e9942006-04-28 09:15:06 -040014</xsl:stylesheet>