Hi,
i've been busy writing a book in docbook, and have been happy with docbook2pdf.
Except that i cannot have docbook2pdf generate an index.
I have read a lot of documentation, entered the indexterm-primary tags,
and put the empty index-tag just before </book>.
There is no error message, the pdf is perfect, except for the missing index.
I tested this on the latest Ubuntu 7.04 and on another pc with Debian Etch,
with fresh installs of docbook-utils.
Keywords for the index are tagged like this:
<indexterm><primary>mv</primary></indexterm>
The docbook xml file ends like this:
</chapter>
<index></index>
</book>
What am i missing here ?
cheers,
paul
PS chapters, sections, screen and toc all work fine!