Skip to content

Commit

Permalink
Add book to list of indexed items.
Browse files Browse the repository at this point in the history
	* docs/xsl/ref-html-style.xsl: Add book to list of indexed items.
  • Loading branch information
John Finlay committed Jul 19, 2006
1 parent 8976c90 commit 19a11b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion docs/xsl/ref-html-style.xsl
Expand Up @@ -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'"/>
Expand Down

0 comments on commit 19a11b3

Please sign in to comment.