aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-12-01 13:30:21 -0500
committerPeter Eisentraut <peter_e@gmx.net>2017-12-05 09:00:26 -0500
commit28f8896af0765a05447f605c55fa9f1ab3b41150 (patch)
tree70278cb855654dd7c29003027850aebb329afc52
parent8dc3c971a9d6db5ddc9f0a3c11a70308412d66c3 (diff)
downloadpostgresql-28f8896af0765a05447f605c55fa9f1ab3b41150.tar.gz
postgresql-28f8896af0765a05447f605c55fa9f1ab3b41150.zip
doc: Turn on generate.consistent.ids parameter
This ensures that automatically generated HTML anchors don't change in every build.
-rw-r--r--doc/src/sgml/stylesheet-common.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/stylesheet-common.xsl b/doc/src/sgml/stylesheet-common.xsl
index 658a5ac5e17..6d26e7e5c91 100644
--- a/doc/src/sgml/stylesheet-common.xsl
+++ b/doc/src/sgml/stylesheet-common.xsl
@@ -36,6 +36,7 @@
<xsl:param name="refentry.generate.title" select="1"></xsl:param>
<xsl:param name="refentry.xref.manvolnum" select="0"/>
<xsl:param name="formal.procedures" select="0"></xsl:param>
+<xsl:param name="generate.consistent.ids" select="1"/>
<xsl:param name="punct.honorific" select="''"></xsl:param>
<xsl:param name="variablelist.term.break.after">1</xsl:param>
<xsl:param name="variablelist.term.separator"></xsl:param>