aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-05-25 17:26:01 +0200
committerXavier Noria <fxn@hashref.com>2010-05-25 17:26:01 +0200
commite3549a80549326049222c0916926a906d2638490 (patch)
tree60d0c1bf555eade1ebe4c7e42bae8f6d74f76c3b /Rakefile
parent78fffac66895b0239b83138d19ae09b32718cb5b (diff)
downloadrails-e3549a80549326049222c0916926a906d2638490.tar.gz
rails-e3549a80549326049222c0916926a906d2638490.tar.bz2
rails-e3549a80549326049222c0916926a906d2638490.zip
get railties/README back to the home page of the API
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 2fa1f756d9..0ee7647a12 100644
--- a/Rakefile
+++ b/Rakefile
@@ -66,6 +66,7 @@ Rake::RDocTask.new do |rdoc|
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.options << '-A cattr_accessor=object'
rdoc.options << '--charset' << 'utf-8'
+ rdoc.options << '--main' << 'railties/README'
rdoc.template = ENV['template'] ? "#{ENV['template']}.rb" : './doc/template/horo'