- Deactivate indexes by default, they are turned on by setting GEN_INDEX

- Add index to handbook
This commit is contained in:
Gabor Kovesdan 2013-02-02 09:24:31 +00:00
parent 7919bb16d6
commit 81a8fff0b6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40869
2 changed files with 2 additions and 2 deletions
en_US.ISO8859-1/books/handbook
share/xsl

View file

@ -66,7 +66,6 @@
<!ENTITY chap.eresources.www.inc SYSTEM "eresources.xml.www.inc">
<!ENTITY chap.pgpkeys SYSTEM "pgpkeys/chapter.xml">
<!ENTITY chap.freebsd-glossary "&freebsd-glossary;">
<!-- XXX -->
<!ENTITY chap.index "">
<!ENTITY chap.index SYSTEM "index.xml">
<!ENTITY chap.colophon SYSTEM "colophon.xml">

View file

@ -18,4 +18,5 @@
<xsl:param name="section.autolabel" select="1"/>
<xsl:param name="section.label.includes.component.label" select="1"/>
<xsl:param name="generate.index" select="0"/>
</xsl:stylesheet>