Skip to content

Commit

Permalink
rdoc refuses to process CHANGES.drake; rename to CHANGES-drake
Browse files Browse the repository at this point in the history
  • Loading branch information
quix committed May 21, 2011
1 parent 9b82dac commit 7b4a105
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions Rakefile
Expand Up @@ -176,10 +176,10 @@ BASE_RDOC_OPTIONS = [
if defined?(RDoc::Task) then
RDoc::Task.new do |rdoc|
rdoc.rdoc_dir = 'html'
rdoc.title = "Rake -- Ruby Make"
rdoc.title = "Drake -- Distributed Rake"
rdoc.options = BASE_RDOC_OPTIONS.dup

rdoc.rdoc_files.include('README.rdoc', 'MIT-LICENSE', 'TODO', 'CHANGES')
rdoc.rdoc_files.include('README.rdoc', 'MIT-LICENSE', 'TODO', 'CHANGES', 'CHANGES-drake')
rdoc.rdoc_files.include('lib/**/*.rb', 'doc/**/*.rdoc')
rdoc.rdoc_files.exclude(/\bcontrib\b/)
end
Expand Down Expand Up @@ -252,6 +252,7 @@ else
'MIT-LICENSE',
'TODO',
'CHANGES',
'CHANGES-drake',
'doc/**/*.rdoc'
]

Expand Down

0 comments on commit 7b4a105

Please sign in to comment.