summaryrefslogtreecommitdiffstats
path: root/docs/xsl/ref-html-style.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xsl/ref-html-style.xsl')
-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'"/>