summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2006-07-19 10:37:02 +0000
committerJohn Finlay <finlay@src.gnome.org>2006-07-19 10:37:02 +0000
commit19a11b3f9649f091c29d705a0fcf0ff7b26733e9 (patch)
tree51ea409f81d0e506fc1da2f0e1c340aeb121044b /docs
parent8976c90f8565b70b6f6ecfebdf3f04e7e812e698 (diff)
downloadpygobject-19a11b3f9649f091c29d705a0fcf0ff7b26733e9.tar.gz
pygobject-19a11b3f9649f091c29d705a0fcf0ff7b26733e9.tar.xz
pygobject-19a11b3f9649f091c29d705a0fcf0ff7b26733e9.zip
Add book to list of indexed items.
* docs/xsl/ref-html-style.xsl: Add book to list of indexed items.
Diffstat (limited to 'docs')
-rw-r--r--docs/xsl/ref-html-style.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xsl/ref-html-style.xsl b/docs/xsl/ref-html-style.xsl
index 4fc86e7..a152077 100644
--- a/docs/xsl/ref-html-style.xsl
+++ b/docs/xsl/ref-html-style.xsl
@@ -14,7 +14,7 @@
<xsl:with-param name="filename" select="'index.sgml'"/>
<xsl:with-param name="content">
<!-- check all anchor and refentry elements -->
- <xsl:apply-templates select="//anchor|//refentry|//refsect1|//refsect2"
+ <xsl:apply-templates select="//anchor|//refentry|//refsect1|//refsect2|//book"
mode="generate.index.mode"/>
</xsl:with-param>
<xsl:with-param name="encoding" select="'utf-8'"/>