oswitch icon indicating copy to clipboard operation
oswitch copied to clipboard

man page for debian package

Open yeban opened this issue 9 years ago • 1 comments

yeban avatar Mar 27 '15 06:03 yeban

Consider using this to format your manpage: https://github.com/rtomayko/ronn

I used to use POD2MAN but switched to this. Very close to markdown syntax and works nicely.

In the package: Build-Depends: ruby-ronn

ronn -r debian/*.ronn # in dh_auto_build
and
rm debian/*.1   # in dh_auto_clean

tbooth avatar Apr 14 '15 13:04 tbooth