aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-12-01 17:13:23 -0500
committerPeter Eisentraut <peter_e@gmx.net>2013-12-01 17:13:23 -0500
commit3c81b5c1d28faaacbd56583ebf00dd5f3db57c31 (patch)
treec2673c433afdf63535a59d6a7ba9c8dfc2704ebb /doc/src
parent335470251d69c5c63a864c706db02fe173576834 (diff)
downloadpostgresql-3c81b5c1d28faaacbd56583ebf00dd5f3db57c31.tar.gz
postgresql-3c81b5c1d28faaacbd56583ebf00dd5f3db57c31.zip
doc: Disable preface.autolabel in XSLT
The makes the output more consistent with the existing DSSSL setup.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/stylesheet-common.xsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/src/sgml/stylesheet-common.xsl b/doc/src/sgml/stylesheet-common.xsl
index 8486cfb1bbd..de3637624af 100644
--- a/doc/src/sgml/stylesheet-common.xsl
+++ b/doc/src/sgml/stylesheet-common.xsl
@@ -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"/>