使用texi2html可以将texi格式的文件转换成html格式的文件。

sudo apt-get install texi2html

在对应目录下

texi2html filename.texi 

或者

texi2html *.texi
05-27 09:43