Dalibor Topic <[EMAIL PROTECTED]> writes: > I'd like to have automake generate man pages from a texinfo file (or > DocBook, or some other format) using a suitable tool. How could that be > achieved?
There is a texi2pod script that can be used in combination with special comments in texinfo documentation and the pod2man tool that comes with Perl to do this. I believe it's currently being used by GCC, Binutils, and Wget. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/>
