[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
makeinfo --docbook bug with index
From: |
arnold |
Subject: |
makeinfo --docbook bug with index |
Date: |
Wed, 06 Apr 2016 06:44:47 -0600 |
User-agent: |
Heirloom mailx 12.4 7/29/08 |
Hi.
In docbook output, given something like this input:
....
@node Concept Index
@unnumbered Index
@printindex cp
@bye
The generated docbook is
....
</chapter>
<chapter label="" id="Concept-Index">
<title>Index</title>
<index role="cp"></index>
</chapter>
</book>
This isn't valid docbook. It should be
....
</chapter>
<index role="cp"></index>
</book>
The <index> tag could be
<index role="cp"/>
but that is a minor quibble.
Removing the @node and @unnumbered don't help, then we get the
<index> tag before the </chapter> tag and it needs to come after it.
Thanks!
Arnold
- makeinfo --docbook bug with index,
arnold <=
Re: makeinfo --docbook bug with index, Patrice Dumas, 2016/04/06