mheily / jobd

A job management framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support using docbook2x + groff to generate manpages

mheily opened this issue · comments

Right now, Linux can't generate the manpages and relies on manpages generated on BSD.

It would be nice to add an alternative codepath to the configure scripts that runs, e.g.:

docbook2x-man job.5.xml > job.5
groff -mandoc -Thtml > job.5.html

This is related to #62