aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-07-21 12:51:14 +0200
committerJosé Valim <jose.valim@gmail.com>2010-07-21 12:51:14 +0200
commit508fba9e070e09f0a321f2dd7acf7938967468f7 (patch)
tree7ca2db1b3de47301b12a99323a44e40f3d892fa7 /activesupport/Rakefile
parentb70062f1e71dc8bda8e9b8159a1f202389a80a62 (diff)
downloadrails-508fba9e070e09f0a321f2dd7acf7938967468f7.tar.gz
rails-508fba9e070e09f0a321f2dd7acf7938967468f7.tar.bz2
rails-508fba9e070e09f0a321f2dd7acf7938967468f7.zip
Add .rdoc extension to README files.
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 2aebe05de2..77b1a8431d 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -28,7 +28,7 @@ Rake::RDocTask.new { |rdoc|
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.options << '--charset' << 'utf-8'
rdoc.template = ENV['template'] ? "#{ENV['template']}.rb" : '../doc/template/horo'
- rdoc.rdoc_files.include('README', 'CHANGELOG')
+ rdoc.rdoc_files.include('README.rdoc', 'CHANGELOG')
rdoc.rdoc_files.include('lib/active_support.rb')
rdoc.rdoc_files.include('lib/active_support/**/*.rb')
}