From 7b2ce2d46783e899e92da63dc5b33756187a238b Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 28 Sep 2005 20:35:14 +0000 Subject: Rakefile: LICENSE deleted from RDoc. --- Rakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 90c7228..7c56c66 100644 --- a/Rakefile +++ b/Rakefile @@ -23,7 +23,6 @@ def set_rdoc_info rd, small = false rd.options << '--all' rd.template = 'rake_helpers/coderay_rdoc_template.rb' rd.rdoc_files.add ROOT + 'README' - rd.rdoc_files.add ROOT + 'LICENSE' rd.rdoc_files.add *Dir[LIB_ROOT + "#{'**/' unless small}*.rb"] end @@ -61,7 +60,7 @@ def gemspec s.date = Time.now.strftime '%Y-%m-%d' s.has_rdoc = true s.rdoc_options = '-SNw2', '-mREADME', '-a', '-t CodeRay Documentation' - s.extra_rdoc_files = %w(./README ./LICENSE) + s.extra_rdoc_files = %w(./README) # Description s.summary = <<-EOF -- cgit v1.2.1