summaryrefslogtreecommitdiff
path: root/devhelp2.xsl
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-12-23 00:37:33 +0200
committerStefan Kost <ensonic@users.sf.net>2009-12-23 00:38:25 +0200
commite6f4e938df39521cc24a065156b8781930d22f52 (patch)
treeb128ae25081aba891293a13b1d429df33d92e83d /devhelp2.xsl
parent417c214708d89e81894e17d1d7531b3032de40aa (diff)
downloadgtk-doc-e6f4e938df39521cc24a065156b8781930d22f52.tar.gz
devhelp: add glossary and index to the toc
Diffstat (limited to 'devhelp2.xsl')
-rw-r--r--devhelp2.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/devhelp2.xsl b/devhelp2.xsl
index 2f9761f..930cc8a 100644
--- a/devhelp2.xsl
+++ b/devhelp2.xsl
@@ -82,7 +82,7 @@
<sub name="{$title}" link="{$target}">
<xsl:apply-templates select="section|sect1|
refentry|refsect|
- bridgehead|part|chapter"
+ bridgehead|part|chapter|glossary|index"
mode="generate.devhelp2.toc.mode"/>
</sub>
</xsl:template>