texinfo

Convert documentation between Texinfo, HTML, PDF, and plain text formats

brewmacoslinux
Try with needOr install directly
Source

About

Official documentation format of the GNU project

Commands

texi2htmltexi2pdftexi2dvimakeinfoinstall-infotexindex

Examples

convert texinfo file to html$ texi2html document.texi
convert texinfo file to pdf$ texi2pdf document.texi
convert texinfo to plain text$ makeinfo --plaintext document.texi -o document.txt
generate info file from texinfo source$ makeinfo document.texi
validate and check texinfo document for errors$ makeinfo --no-validate document.texi