On Fri, Nov 28, 2008 at 10:04:19AM +0100, Werner LEMBERG wrote: > > > Just to avoid confusion: `makeinfo -E foo.expanded foo.texinfo' > > produces both `foo.expanded' and `foo.info'. > > BTW: Does texi2html already support other output formats (besides > HTML)? If the answer is yes, how shall I call texi2hmtl?
It is called with an init file, like texi2html --init xml.init It supports html and additional files that can be reused to produce chm (using microsoft proprietary chm compiler...), with chm.init, html32 with html32.init, mediawiki with mediawiki.init, roff with roff.init (but it is very outdated), xml with xml.init and docbook with docbook.init. init files are in examples/. -- Pat
