Fix build to bundle in proper CHANGES file

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@582238 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-10-05 12:56:30 +00:00
parent 4efd666e24
commit 04b3349792
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ task :clobber => [:clobber_package]
desc "Generate rdoc documentation"
Rake::RDocTask.new('doc') do |rd|
rd.rdoc_files.include("lib/**/*.rb")
rd.rdoc_files.include('README', 'CHANGES.txt', 'LICENSE.txt')
rd.rdoc_files.include('README', 'CHANGES.yml', 'LICENSE.txt')
rd.main = 'README'
rd.rdoc_dir = 'doc'
end