Skip to content

Commit

Permalink
Add pdoc task to toplevel Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jun 19, 2008
1 parent 231c2c5 commit 9b3394f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -11,7 +11,7 @@ end
desc 'Run all tests by default'
task :default => :test

%w(test rdoc package pgem release).each do |task_name|
%w(test rdoc package pgem pdoc release).each do |task_name|
desc "Run #{task_name} task for all projects"
task task_name do
PROJECTS.each do |project|
Expand Down

0 comments on commit 9b3394f

Please sign in to comment.