With texi2html:
http://www.mathematik.uni-kl.de/~obachman/Texi2html/ Texi2html's Homepage
$ install -m 444 my.info.gz /usr/local/share/info $ cd /usr/local/share/info $ install-info --name=my --entry="My utilities." my.info.gz dir
For debug you can use --dry-run (do nothing).
$ cd /usr/local/share/info $ install-info --delete my.info.gz dir $ rm my.info.gz