Skip to content

Commit

Permalink
fix toplevel pdoc task
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jun 19, 2008
1 parent 1256bba commit 271b834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -76,6 +76,6 @@ desc "Publish API docs for Rails as a whole and for each component"
task :pdoc => :rdoc do
Rake::SshDirPublisher.new("wrath.rubyonrails.org", "public_html/api", "doc").upload
PROJECTS.each do |project|
system %(cd #{project} && #{env} #{$0} #{task_name})
system %(cd #{project} && #{env} #{$0} pdoc)
end
end

0 comments on commit 271b834

Please sign in to comment.