[Cced to [EMAIL PROTECTED] who's looked into docbook -> man before ]
Roel Vanhout wrote:
> Is there a way to get the php manual in man format?
Take a look at http://docbook2x.sourceforge.net/
Last time I tried, it didn't work with the PHPdoc manual.xml (and fiddly
to install) - there have been some releases since then, so try again if
you want. Stig's suggestion of an intermediary output format is a much
better idea.
You might be able to get away with the SGML/HTML output from Jade, and
make use of HTML::FormatNroff from CPAN to do the html -> roff
conversion. If you make any headway on this, I'd love to hear it!
Anil