ronn
ronn copied to clipboard
Output man pages without *.roff extensions
Npm expects man pages listed on package.json to not have a *.roff extension and fails otherwise.
Is there an easy way to prevent the extension from being added without having to rename the files programatically, using ronn --build --roff doc/*.md?
Looks like this has been addressed: the roff output files no just have the .1/.2/etc extension, and not .roff. Are you still having trouble with this?
Closing stale issues