and removed COPYING from another place

master
blackhedd 2006-04-30 18:46:27 +00:00
parent 6e3e95c237
commit 1fec1f6abf
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ desc "Build the RDoc documentation for #$name."
task :docs do
require 'rdoc/rdoc'
rdoc_options = %W(--title #$name --main README --line-numbers)
files = FileList[*%w(README LICENCE ChangeLog COPYING LICENCE bin/**/*.rb lib/**/*.rb)]
files = FileList[*%w(README LICENCE ChangeLog LICENCE bin/**/*.rb lib/**/*.rb)]
rdoc_options += files.to_a
RDoc::RDoc.new.document(rdoc_options)
end