summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2021-12-13 15:20:32 +0000
committerMarco Trevisan (TreviƱo) <mail@3v1n0.net>2022-04-21 14:37:58 +0200
commit7f31e29e62f4e78bcf1c2ef7fb3946441dd98735 (patch)
tree1f9f4f82c8d5ca8312dfa6a22c38ea8a147c8618
parent1ad46301071856663735812a4dd7c15e6f054fd4 (diff)
downloadlibnotify-7f31e29e62f4e78bcf1c2ef7fb3946441dd98735.tar.gz
docs: Use consistent IDs in spec build
This avoids differences between IDs for separate builds of the specification.
-rw-r--r--docs/config.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.xsl b/docs/config.xsl
index 7aa9def..59490e7 100644
--- a/docs/config.xsl
+++ b/docs/config.xsl
@@ -3,4 +3,5 @@
xmlns:fo="http://www.w3.org/1999/XSL/Format"
version="1.0">
<xsl:param name="html.stylesheet" select="'docbook.css'"/>
+ <xsl:param name="generate.consistent.ids" select="1"/>
</xsl:stylesheet>