From 1e216b1d84a4f6027d6eac9424d685bbe62c0643 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 19 Feb 2006 00:43:10 +0000 Subject: Updated RDocTask to receive options 1 by 1 (closes #3875) [pterjan@mandriva.com] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3605 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/Rakefile') diff --git a/railties/Rakefile b/railties/Rakefile index 446a4456f8..49684cfca3 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -233,7 +233,7 @@ end Rake::RDocTask.new { |rdoc| rdoc.rdoc_dir = 'doc' rdoc.title = "Railties -- Gluing the Engine to the Rails" - rdoc.options << '--line-numbers --inline-source --accessor cattr_accessor=object' + rdoc.options << '--line-numbers' << '--inline-source' << '--accessor' << 'cattr_accessor=object' rdoc.template = "#{ENV['template']}.rb" if ENV['template'] rdoc.rdoc_files.include('README', 'CHANGELOG') rdoc.rdoc_files.include('lib/*.rb') -- cgit v1.2.3