mheily / jobd

A job management framework
Other
143 stars 15 forks source link

support using docbook2x + groff to generate manpages #63

Closed mheily closed 8 years ago

mheily commented 8 years ago

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