This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Documentation in texinfo?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: Jonathan Wakely <jwakely dot gcc at gmail dot com>, Paolo Carlini <paolo dot carlini at oracle dot com>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 14 Jul 2010 17:57:20 -0700
- Subject: Re: Documentation in texinfo?
- References: <4C0A56EE.9070905@redhat.com> <4C0EB17B.7070105@redhat.com> <4C0EB63C.8070907@oracle.com> <AANLkTikwjhSbc_pHWyWAOjREU-PAQeizsPAzYt098f15@mail.gmail.com> <AANLkTillT2XUf7jtXu-9aMgywHua8HG3AxINaZN4nnu_@mail.gmail.com> <4C2AA7CD.4010806@redhat.com>
> >> I can take a look at docbook2texi, but it might be next week
> >> before I have time.
> >
> > My first attempts failed miserably while trying to parse xml entity
> > declarations:
>
> Yeah, I was hoping it wouldn't be too hard to fix the manual to avoid
> these errors.
I don't see a way to do this either. Sorry.
I tried:
docbook -> texinfo via docbook2X, but as Jonathan pointed out
this errors on entities, probably due to docbook2x being tied to
docbook4.2, but libstdc++ using docbook4.5.
I did use the xml-single file though, instead of the un-collected
xml/spine.xml.
docbook -> html -> convert to texinfo via html2texi.pl. Eh.
This is similar to the python docs (well, kindof) and the offical
recomendation on the docbook FAQ. This doesn't work either.
I am surprised that there is no tex->texi converted. But I cannot find
one.
-benjamin