doc: Disable preface.autolabel in XSLT
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 1 Dec 2013 22:13:23 +0000 (17:13 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 1 Dec 2013 22:13:23 +0000 (17:13 -0500)
The makes the output more consistent with the existing DSSSL setup.

doc/src/sgml/stylesheet-common.xsl

index 8486cfb1bbd3dca0d643c6de1904dbdcd35b2fc8..de3637624afeee26fee35b1acd7bb96d3211055f 100644 (file)
@@ -32,7 +32,6 @@
 <xsl:param name="toc.section.depth">2</xsl:param>
 <xsl:param name="linenumbering.extension" select="'0'"></xsl:param>
 <xsl:param name="generate.index" select="1 - $pg.fast"></xsl:param>
-<xsl:param name="preface.autolabel" select="1 - $pg.fast"></xsl:param>
 <xsl:param name="section.autolabel" select="1 - $pg.fast"></xsl:param>
 <xsl:param name="section.label.includes.component.label" select="1 - $pg.fast"></xsl:param>
 <xsl:param name="refentry.xref.manvolnum" select="0"/>