1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

the main page of the API generated by the doc:rails task is README

This commit is contained in:
Xavier Noria 2010-07-30 20:11:59 +02:00
parent 5132081975
commit 05e0fa9cfb

View file

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