Skip to content

Commit

Permalink
Use rdoc exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jun 19, 2008
1 parent 803f41e commit e96d557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionpack/Rakefile
Expand Up @@ -55,8 +55,8 @@ Rake::RDocTask.new { |rdoc|
else
rdoc.rdoc_files.include('README', 'RUNNING_UNIT_TESTS', 'CHANGELOG')
rdoc.rdoc_files.include(Dir['lib/**/*.rb'] -
Dir['lib/*/vendor/**/*.rb'] -
['lib/actionpack.rb'])
Dir['lib/*/vendor/**/*.rb'])
rdoc.rdoc_files.exclude('lib/actionpack.rb')
end
}

Expand Down

0 comments on commit e96d557

Please sign in to comment.