From 847436a478c991cee2393414bb98662f31cc8b54 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 24 Feb 2005 12:28:26 +0000 Subject: Drop the _doc nonsense and use the index.html straight on git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@792 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/Rakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'railties/Rakefile') diff --git a/railties/Rakefile b/railties/Rakefile index 351adbe6d8..f58a404a71 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -109,8 +109,7 @@ end desc "Make copies of all the default content of ties" task :copy_ties_content => [ :copy_rootfiles, :copy_dispatches, :copy_html_files, :copy_application, - :copy_configs, :copy_binfiles, :copy_test_helpers, :copy_docs_in_public, - :copy_app_doc_readme ] + :copy_configs, :copy_binfiles, :copy_test_helpers, :copy_app_doc_readme ] task :copy_dispatches do copy_with_rewritten_ruby_path("dispatches/dispatch.rb", "#{PKG_DESTINATION}/public/dispatch.rb") -- cgit v1.2.3