aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-28 03:31:01 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-28 03:31:01 +0000
commit218406570d9ee0ce6880552540e08749d5f389ab (patch)
tree6858270b654c8b14a7c81c34039db2f7c56623cc /activesupport/Rakefile
parentc4590d577c17ef8797ac620444d42c9ea7806d47 (diff)
downloadrails-218406570d9ee0ce6880552540e08749d5f389ab.tar.gz
rails-218406570d9ee0ce6880552540e08749d5f389ab.tar.bz2
rails-218406570d9ee0ce6880552540e08749d5f389ab.zip
Fixed docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4081 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 74a8635a9c..0ae800e377 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -29,7 +29,7 @@ dist_dirs = [ "lib", "test"]
Rake::RDocTask.new { |rdoc|
rdoc.rdoc_dir = 'doc'
rdoc.title = "Active Support -- Utility classes and standard library extensions from Rails"
- rdoc.options << '--line-numbers' << '--inline-source' << '--main README'
+ rdoc.options << '--line-numbers' << '--inline-source'
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
rdoc.rdoc_files.include('README', 'CHANGELOG')
rdoc.rdoc_files.include('lib/active_support.rb')