X-Git-Url: http://git.code-monkey.de/?p=ruby-eet.git;a=blobdiff_plain;f=Rakefile;h=eeee145446f65c68d944c3aded5ac997c019198f;hp=c535b81c3cf387c4c6270defacde5cc842f5bc91;hb=1801ce098ea8b04f160e9d17cf36dc1cfdb7fb0a;hpb=85c5052bcdc55784a12c286ca9f4b44387cec0fb diff --git a/Rakefile b/Rakefile index c535b81..eeee145 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -# $Id: Rakefile 17 2005-03-29 16:02:33Z tilman $ +# $Id: Rakefile 18 2005-03-29 17:01:39Z tilman $ require "rbconfig" require "rake/clean" @@ -66,7 +66,7 @@ Rake::RDocTask.new do |t| t.title = "Ruby-EET - EET bindings for Ruby" t.options = ["--line-numbers", "--inline-source", "--main", "README"] t.rdoc_files.include("README", "COPYING", "AUTHORS", "ChangeLog", - "ext/ext.c", "lib/eet.rb") + "NEWS", "ext/ext.c", "lib/eet.rb") end Rake::PackageTask.new(PKG_NAME, PKG_VERSION) do |t|