Skip to content

Commit

Permalink
Merge pull request #9467 from joshcooper/groff
Browse files Browse the repository at this point in the history
Don't require groff
  • Loading branch information
cthorn42 authored Aug 30, 2024
2 parents 8d17fc2 + 1e96c1c commit 7f67aef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rakelib/manpages.rake
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ task :gen_manpages do
abort("Ronn does not appear to be installed")
end

# ronn shells out to groff
groff = %x{which groff}.chomp
unless File.executable?(groff)
abort("Groff does not appear to be installed")
end

%x{mkdir -p ./man/man5 ./man/man8}
%x{RUBYLIB=./lib:$RUBYLIB bin/puppet doc --reference configuration > ./man/man5/puppetconf.5.ronn}
%x{#{ronn} #{ronn_args} ./man/man5/puppetconf.5.ronn}
Expand Down

0 comments on commit 7f67aef

Please sign in to comment.