From f6222ead479fea61ecd3e786442a40e9acc1e898 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 20 Aug 2010 13:14:57 +0200 Subject: the pdoc task is no longer needed --- Rakefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 91c808f4d3..092d854c35 100644 --- a/Rakefile +++ b/Rakefile @@ -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" -- cgit v1.2.3