aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 12:28:26 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 12:28:26 +0000
commit847436a478c991cee2393414bb98662f31cc8b54 (patch)
treeba579626b644a9bd437c79bc9f1c6190e05963dc /railties/Rakefile
parent614e14d815a6134c3dd8898e483a6cae5dcd9a2f (diff)
downloadrails-847436a478c991cee2393414bb98662f31cc8b54.tar.gz
rails-847436a478c991cee2393414bb98662f31cc8b54.tar.bz2
rails-847436a478c991cee2393414bb98662f31cc8b54.zip
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
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile3
1 files changed, 1 insertions, 2 deletions
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")