mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use rdoc exclude
This commit is contained in:
parent
803f41e97a
commit
e96d557be0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue