We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d17fc2 + 1e96c1c commit 7f67aefCopy full SHA for 7f67aef
rakelib/manpages.rake
@@ -29,12 +29,6 @@ task :gen_manpages do
29
abort("Ronn does not appear to be installed")
30
end
31
32
- # ronn shells out to groff
33
- groff = %x{which groff}.chomp
34
- unless File.executable?(groff)
35
- abort("Groff does not appear to be installed")
36
- end
37
-
38
%x{mkdir -p ./man/man5 ./man/man8}
39
%x{RUBYLIB=./lib:$RUBYLIB bin/puppet doc --reference configuration > ./man/man5/puppetconf.5.ronn}
40
%x{#{ronn} #{ronn_args} ./man/man5/puppetconf.5.ronn}
0 commit comments