Closed jviotti closed 2 years ago
Npm expects man pages listed on package.json to not have a *.roff extension and fails otherwise.
package.json
*.roff
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?
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?
.1
.2
.roff
Closing stale issues
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
?