From ab7c7a8edd943e178064b2b79c75fb60781eea3e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 26 Feb 2006 00:04:04 +0000 Subject: Fixed rdoc.options use all over (closes #3639) [andy@tinnedfruit.org] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3656 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionmailer/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer') diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile index a45995e52f..9f4ae43bab 100755 --- a/actionmailer/Rakefile +++ b/actionmailer/Rakefile @@ -33,7 +33,7 @@ Rake::TestTask.new { |t| Rake::RDocTask.new { |rdoc| rdoc.rdoc_dir = 'doc' rdoc.title = "Action Mailer -- Easy email delivery and testing" - rdoc.options << '--line-numbers --inline-source --main README --accessor adv_attr_accessor=M' + rdoc.options << '--line-numbers' << '--inline-source' << '--main README' << '--accessor adv_attr_accessor=M' rdoc.template = "#{ENV['template']}.rb" if ENV['template'] rdoc.rdoc_files.include('README', 'CHANGELOG') rdoc.rdoc_files.include('lib/action_mailer.rb') -- cgit v1.2.3