aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index cbe4a7e82a..351adbe6d8 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -16,7 +16,7 @@ PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}"
BASE_DIRS = %w( app config/environments components db doc log lib public script test vendor )
APP_DIRS = %w( apis models controllers helpers views views/layouts )
-PUBLIC_DIRS = %w( images javascripts stylesheets _doc )
+PUBLIC_DIRS = %w( images javascripts stylesheets )
TEST_DIRS = %w( fixtures unit functional mocks mocks/development mocks/testing )
LOG_FILES = %w( server.log development.log test.log production.log )
@@ -163,10 +163,6 @@ task :copy_test_helpers do
cp "helpers/test_helper.rb", "#{PKG_DESTINATION}/test/test_helper.rb"
end
-task :copy_docs_in_public do
- cp "doc/index.html", "#{PKG_DESTINATION}/public/_doc/index.html"
-end
-
task :copy_app_doc_readme do
cp "doc/README_FOR_APP", "#{PKG_DESTINATION}/doc/README_FOR_APP"
end