mirror of
https://github.com/github/rails.git
synced 2026-01-09 22:58:02 -05:00
the pdoc task is no longer needed
This commit is contained in:
6
Rakefile
6
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user