diff options
author | Xavier Noria <fxn@hashref.com> | 2010-05-25 17:26:01 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-05-25 17:26:01 +0200 |
commit | e3549a80549326049222c0916926a906d2638490 (patch) | |
tree | 60d0c1bf555eade1ebe4c7e42bae8f6d74f76c3b /Rakefile | |
parent | 78fffac66895b0239b83138d19ae09b32718cb5b (diff) | |
download | rails-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-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |