Skip to content

Commit

Permalink
the pdoc task is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Aug 20, 2010
1 parent 949c7e2 commit f6222ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ task :rdoc do
FileUtils.copy "activerecord/examples/associations.png", "doc/rdoc/files/examples/associations.png"
end

desc "Publish API docs for Rails as a whole and for each component"
task :pdoc => :rdoc do
require 'rake/contrib/sshpublisher'
Rake::SshDirPublisher.new("[email protected]", "public_html/api", "doc/rdoc").upload
end

task :update_versions do
require File.dirname(__FILE__) + "/version"

Expand Down

0 comments on commit f6222ea

Please sign in to comment.