Skip to content

Commit

Permalink
Ensure to rebuild rdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Mar 25, 2009
1 parent b5a0509 commit 35f5aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ end
desc "Generate RDoc documentation"
task :rdoc do
sh(*%w{rdoc --line-numbers --inline-source --main README
--title 'Rack\ Documentation' --charset utf-8 -o doc} +
--title 'Rack\ Documentation' --charset utf-8 -U -o doc} +
%w{README KNOWN-ISSUES SPEC RDOX} +
Dir["lib/**/*.rb"])
end
Expand Down

0 comments on commit 35f5aae

Please sign in to comment.