From e3549a80549326049222c0916926a906d2638490 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 25 May 2010 17:26:01 +0200 Subject: get railties/README back to the home page of the API --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') 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' -- cgit v1.2.3