Skip to content

Commit 1fec1f6

Browse files
author
blackhedd
committed
and removed COPYING from another place
1 parent 6e3e95c commit 1fec1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

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

0 commit comments

Comments
 (0)