Issue 1568429: broken info files generation (original) (raw)
Hi,
Currently make -C Doc/info will not work. There are bugs in *.tex files which prevent py2texinfo from working. Also even after fixing these there are some weird constructs which later make makeinfo go mad.
Take a look at http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/python- info.patch which has some fixes for that.
This one is important:
- level=1\optional{, parent\optional{,
directory\optional{,
- attributes=0}}}}
- level=1\optional{, parent\optional{,
directory\optional{,
- attributes=0}}}}}
- unmatched {} + one wrongly quoted {
The other thing is using quote enviroment which is unknown to py2texinfo - change it to quotation.