It should be README.rdoc fixes #4067

This commit is contained in:
Arun Agrawal
2011-12-20 23:36:03 +05:30
parent 437f1e0af1
commit 490c00baeb

View File

@@ -63,7 +63,7 @@ namespace :doc do
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
rdoc.title = "Rails Framework Documentation"
rdoc.options << '--line-numbers'
rdoc.rdoc_files.include('README')
rdoc.rdoc_files.include('README.rdoc')
gem_path('actionmailer') do |actionmailer|
%w(README.rdoc CHANGELOG.md MIT-LICENSE lib/action_mailer/base.rb).each do |file|