Commit 28f8896a authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Turn on generate.consistent.ids parameter

This ensures that automatically generated HTML anchors don't change in
every build.
parent 8dc3c971
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment