Skip to content

Commit

Permalink
Dont generate rdoc for railties
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@630 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Feb 15, 2005
1 parent 5dabc92 commit 575ad6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/Rakefile
Expand Up @@ -247,6 +247,7 @@ spec = Gem::Specification.new do |s|
s.add_dependency('actionpack', '>= 1.4.0')
s.add_dependency('actionmailer', '>= 0.6.1')

s.rdoc_options << '--exclude' << '.'
s.has_rdoc = false

s.files = PKG_FILES.to_a.delete_if {|f| f.include?('.svn')}
Expand Down

0 comments on commit 575ad6d

Please sign in to comment.