- Deactivate indexes by default, they are turned on by setting GEN_INDEX
- Add index to handbook
This commit is contained in:
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
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue