diff options
Diffstat (limited to 'Documentation/manpage-normal.xsl')
-rw-r--r-- | Documentation/manpage-normal.xsl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/manpage-normal.xsl b/Documentation/manpage-normal.xsl new file mode 100644 index 0000000000..beb5ff8ec2 --- /dev/null +++ b/Documentation/manpage-normal.xsl @@ -0,0 +1,14 @@ +<!-- 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"/> + +<!-- unset maximum length of title --> +<xsl:param name="man.th.title.max.length"/> + +</xsl:stylesheet> |