Translate documentation format.
translate-docformat [source document filename] [destination document format]
translate-docformat translates documentation files from their format to the specified format.
This is a wrapper script to run other programs according to the command line specifications.
The options which can be specified as destination document format are as follows:
txt
Text file format, with extention .txt
html
HTML file.
mhtml
Multiple HTML file, if single/multiple can be chosen.
texinfo
Texinfo file.
info
Info file.
ps
ps file.
pdf file.
tex
LaTeX2e file format.
rtf
Rich text format output.
It parses the file extention, which is (probably) not the optimal way. Not everything is supported (yet).
This script and manpage has been written by Junichi Uekawa <[email protected]>