diff options
author | Xavier Noria <fxn@hashref.com> | 2010-08-20 13:14:57 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-08-20 13:14:57 +0200 |
commit | f6222ead479fea61ecd3e786442a40e9acc1e898 (patch) | |
tree | 8fd71e8b8cbc24ee382efcb3b5bb831135f2f546 /Rakefile | |
parent | 949c7e2d0e847e56444bb14b1df56e7fc464ed3f (diff) | |
download | rails-f6222ead479fea61ecd3e786442a40e9acc1e898.tar.gz rails-f6222ead479fea61ecd3e786442a40e9acc1e898.tar.bz2 rails-f6222ead479fea61ecd3e786442a40e9acc1e898.zip |
the pdoc task is no longer needed
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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("rails@api.rubyonrails.org", "public_html/api", "doc/rdoc").upload -end - task :update_versions do require File.dirname(__FILE__) + "/version" |