Use <index/> element and allow xsltproc to generate

xsltproc and friends will happily generate the index in one
pass, obviating the need for the separate index.xml file, which
must be generated using the jade toolchain; thus commenting out
the (missing) external index and generating it on the fly;

N.B. there were only two </indexterm> entries in the document, but
at least they were present
This commit is contained in:
Martin A. Brown 2016-01-25 12:31:39 -08:00
parent e99c425209
commit 70fae0bf77
1 changed files with 8 additions and 1 deletions

View File

@ -140,7 +140,14 @@ try to avoid clutter and feel free to waste space in the code to make it more re
&glossary;
<!-- Index -->
&index;
<!--
xsltproc and friends will happily generate the index in one
pass, obviating the need for the separate index.xml file, which
must be generated using the jade toolchain; thus commenting out
the (missing) external index and generating it on the fly
-->
<!-- &index; -->
<index id="bookindex"></index>
</book>