From 1fec1f6abf7902f51f6bccda30233e3c34f2db6f Mon Sep 17 00:00:00 2001 From: blackhedd Date: Sun, 30 Apr 2006 18:46:27 +0000 Subject: [PATCH] and removed COPYING from another place --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 938bc72..9bb5f7d 100644 --- a/Rakefile +++ b/Rakefile @@ -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