docs: Use consistent IDs in spec build
This avoids differences between IDs for separate builds of the specification.
This commit is contained in:
parent
1ad4630107
commit
7f31e29e62
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue