texi2html

Convert Texinfo documentation files to HTML web pages

brewmacoslinux
Try with needOr install directly
Source

About

Convert TeXinfo files to HTML

Commands

texi2html

Examples

convert texinfo file to html$ texi2html document.texi
convert texinfo to html with custom output directory$ texi2html -o /var/www/html document.texi
generate single html file from texinfo$ texi2html --monolithic document.texi
convert texinfo with split chapters into separate files$ texi2html --split=chapter document.texi
view texinfo file as html in browser$ texi2html document.texi && open document/index.html