Rakefile in gerbil-2.1.0 vs Rakefile in gerbil-3.0.0

- old
+ new

@@ -9,10 +9,10 @@ desc "Build the documentation." task :doc # the user guide file 'doc/guide.html' => 'doc/guide.erb' do |t| - sh "ruby bin/gerbil html #{t.prerequisites} > #{t.name}" + sh "ruby bin/gerbil -u html #{t.prerequisites} > #{t.name}" end task :doc => 'doc/guide.html' CLOBBER.include 'doc/guide.html' # API reference