Skip to content

Commit

Permalink
Merge pull request rails#4074 from arunagw/doc_fix
Browse files Browse the repository at this point in the history
doc:rails fixed
  • Loading branch information
spastorino committed Dec 20, 2011
2 parents 5ca308b + 41803b2 commit 2ddedac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/tasks/documentation.rake
Expand Up @@ -61,7 +61,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 2ddedac

Please sign in to comment.