This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Documentation in texinfo?


> >> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]