Add AutoIndex tool from sandbox.

Integrate into Boost.Build.
Add HTML stylesheet options for Indexes.
Add rule to XSL stylesheets to place Indexes in their own HTML CSS class.

[SVN r72962]
This commit is contained in:
John Maddock 2011-07-08 11:28:42 +00:00
parent 50743c43e2
commit 70aadf5edf

View File

@ -317,4 +317,8 @@ set toc,title
</xsl:choose> </xsl:choose>
</xsl:template> </xsl:template>
<xsl:template match="itemizedlist[@role = 'index']" mode="class.value">
<xsl:value-of select="'index'"/>
</xsl:template>
</xsl:stylesheet> </xsl:stylesheet>