summaryrefslogtreecommitdiff
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
parent8976c90f8565b70b6f6ecfebdf3f04e7e812e698 (diff)
downloadpygobject-19a11b3f9649f091c29d705a0fcf0ff7b26733e9.tar.gz
Add book to list of indexed items.
* docs/xsl/ref-html-style.xsl: Add book to list of indexed items.
-rw-r--r--ChangeLog4
-rw-r--r--docs/xsl/ref-html-style.xsl2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c58a94de..31151d21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
2006-07-19 John Finlay <finlay@moeraki.com>
+ * docs/xsl/ref-html-style.xsl: Add book to list of indexed items.
+
* docs/xsl/html.xsl: Output xref links for unknown links.
* docs/xsl/ref-html-style.xsl: Include refsect1 and refsect2 in
- indexed items but only ig they have ids.
+ indexed items but only if they have ids.
* configure.ac (AC_CONFIG_FILES) : Add docs/reference/version.xml
diff --git a/docs/xsl/ref-html-style.xsl b/docs/xsl/ref-html-style.xsl
index 4fc86e73..a1520770 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'"/>