Skip to content

Commit 7f67aef

Browse files
authored
Merge pull request #9467 from joshcooper/groff
Don't require groff
2 parents 8d17fc2 + 1e96c1c commit 7f67aef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rakelib/manpages.rake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ task :gen_manpages do
2929
abort("Ronn does not appear to be installed")
3030
end
3131

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-
3832
%x{mkdir -p ./man/man5 ./man/man8}
3933
%x{RUBYLIB=./lib:$RUBYLIB bin/puppet doc --reference configuration > ./man/man5/puppetconf.5.ronn}
4034
%x{#{ronn} #{ronn_args} ./man/man5/puppetconf.5.ronn}

0 commit comments

Comments
 (0)