bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

a couple more gendocs.sh issues


From: Bruce Korb
Subject: a couple more gendocs.sh issues
Date: Fri, 08 Apr 2011 14:37:05 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Thunderbird/3.1.8

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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]