Skip to content

Commit

Permalink
Merge pull request #4069 from arunagw/issue_4067
Browse files Browse the repository at this point in the history
It should be README.rdoc
  • Loading branch information
spastorino committed Dec 20, 2011
2 parents 437f1e0 + 490c00b commit cf2d31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/tasks/documentation.rake
Expand Up @@ -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|
Expand Down

0 comments on commit cf2d31a

Please sign in to comment.