summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b301023cf3..99fde68dc9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -196,7 +196,7 @@ namespace :man do
index << [ronn, File.basename(roff)]
file roff => ["man", ronn] do
- sh "#{Gem.ruby} -S ronn --roff --pipe #{ronn} > #{roff}"
+ sh "bin/ronn --roff --pipe #{ronn} > #{roff}"
end
file "#{roff}.txt" => roff do