generate html version of manpages
janstary opened this issue · 1 comments
janstary commented
Currently, rtptools.html still contains much of the mapage content.
Link to the the individual *.html
manpages instead.
They need to be generated first, with either of
mandoc -Thtml rtpdump.1 > dtpdump.html
groff -Thtml -mdoc rtpdump.1 > rtpdump.html
(and similarly for the others).