mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
It should be README.rdoc fixes #4067
This commit is contained in:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user