Added NEWS.
[ruby-eet.git] / Rakefile
index c535b81c3cf387c4c6270defacde5cc842f5bc91..eeee145446f65c68d944c3aded5ac997c019198f 100644 (file)
--- 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|