and removed COPYING from another place
This commit is contained in:
parent
6e3e95c237
commit
1fec1f6abf
2
Rakefile
2
Rakefile
|
@ -129,7 +129,7 @@ desc "Build the RDoc documentation for #$name."
|
||||||
task :docs do
|
task :docs do
|
||||||
require 'rdoc/rdoc'
|
require 'rdoc/rdoc'
|
||||||
rdoc_options = %W(--title #$name --main README --line-numbers)
|
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_options += files.to_a
|
||||||
RDoc::RDoc.new.document(rdoc_options)
|
RDoc::RDoc.new.document(rdoc_options)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue