summaryrefslogtreecommitdiff
path: root/xorg.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xorg.xsl')
-rw-r--r--xorg.xsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/xorg.xsl b/xorg.xsl
index 0a2ff62..ff99273 100644
--- a/xorg.xsl
+++ b/xorg.xsl
@@ -41,6 +41,12 @@ DEALINGS IN THE SOFTWARE.
<!-- Index links should point to indexterm location, not start of section -->
<xsl:param name="index.links.to.section" select="0"/>
+ <!--
+ Use element count instead of random number for id generation, for more
+ repeatable builds
+ -->
+ <xsl:param name="generate.consistent.ids" select="1"/>
+
<!-- PDF bookmarks extensions for FOP version 0.90 and later will be used. -->
<xsl:param name="fop.extensions" select="0"></xsl:param>
<xsl:param name="fop1.extensions" select="1"></xsl:param>