Skip to content

Commit

Permalink
Generate rdoc for all .rb files except those in vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jun 19, 2008
1 parent 4d45c09 commit 99b429f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/Rakefile
Expand Up @@ -54,7 +54,7 @@ Rake::RDocTask.new { |rdoc|
rdoc.rdoc_files.include(ENV['DOC_FILES'].split(/,\s*/))
else
rdoc.rdoc_files.include('README', 'RUNNING_UNIT_TESTS', 'CHANGELOG')
rdoc.rdoc_files.include('lib/**/*.rb')
rdoc.rdoc_files.include(Dir['lib/**/*.rb'] - Dir['lib/*/vendor/**/*.rb'])
end
}

Expand Down

0 comments on commit 99b429f

Please sign in to comment.