wurmlab / oswitch

Provides access to complex Bioinformatics software (even BioLinux!) in just one command.
76 stars 9 forks source link

man page for debian package #25

Open yeban opened 9 years ago

tbooth commented 9 years ago

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