Somehow or another, the xml file winds up with this line:
<book id="-" ......
and that yields an error message. Since it is a mystery to me where
that hyphen comes from, I've hacked the gendocs.sh script to get rid of it:
fgrep 'book id="-"' ${outdir}/$PACKAGE-db.xml >/dev/null && \
sed -i '/^<book id=/s/"-"/"x"/' ${outdir}/$PACKAGE-db.xml
that issue should be run down and this not be pushed, but still.....
Lastly, the index is not showing up correctly:
Working on: /old-home/bkorb/ag/cx/doc/manual/complexity-db.xml
jade:/old-home/bkorb/ag/cx/doc/manual/complexity-db.xml:1213:11:E: end tag for
"chapter" which is not finished
gzip: complexity-db.ps: No such file or directory
this despite the fact that the index does show correctly in the html and .info
file formats. The XML looks like this:
</appendix>
<chapter label="" xreflabel="Concept Index" id="Concept-Index">
<title>Concept Index</title>
<index></index>
</chapter>
</book><!-- Keep this comment at the end of the file
and is derived from
@page
@node Concept Index
@unnumbered Concept Index
@printindex cp
@bye
Shouldn't those "chapter" tags be "unnumbered" tags?
Is my turn southward in some obvious place?