summaryrefslogtreecommitdiffstats
path: root/secret-service/tools
diff options
context:
space:
mode:
authorMichael Leupold <lemma@leunet.de>2009-08-01 12:11:59 +0200
committerStef Walter <stefw@collabora.co.uk>2010-12-04 16:11:41 +0000
commiteb47416f4a6e75f77bda61481d2b754b1e5c7638 (patch)
tree18493aff6cc1a4750cf8b51da2ea9abb1a8a67a4 /secret-service/tools
parent01676233cf76a15dc33555ba7d7fb58d202a31e5 (diff)
downloadxdg-specs-eb47416f4a6e75f77bda61481d2b754b1e5c7638.tar.xz
Enable building the whole spec with XInclude.
Diffstat (limited to 'secret-service/tools')
-rw-r--r--secret-service/tools/spec-to-docbook.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/secret-service/tools/spec-to-docbook.xsl b/secret-service/tools/spec-to-docbook.xsl
index af158fa..e37c1a7 100644
--- a/secret-service/tools/spec-to-docbook.xsl
+++ b/secret-service/tools/spec-to-docbook.xsl
@@ -192,7 +192,7 @@
</xsl:template>
<xsl:template name="generic-types">
- <chapter>
+ <chapter id="types">
<title>Types</title>
<xsl:call-template name="do-types"/>
</chapter>
@@ -1043,13 +1043,13 @@
<xsl:value-of select="tp:version"/>
</xsl:if> -->
</bookinfo>
- <chapter>
+ <chapter id="interfaces">
<title>Interfaces</title>
<xsl:apply-templates select="//node"/>
</chapter>
<xsl:call-template name="generic-types"/>
<xsl:if test="tp:errors">
- <chapter>
+ <chapter id="errors">
<xsl:apply-templates select="tp:errors"/>
</chapter>
</xsl:if>