--
-$Id: ChangeLog 36 2005-04-25 17:19:07Z tilman $
+$Id: ChangeLog 38 2005-04-25 17:47:15Z tilman $
++
+2005-04-25 Tilman Sauerbeck (tilman at code-monkey de)
+ * Rakefile: Don't include one FileList in another
+
2005-04-25 Tilman Sauerbeck (tilman at code-monkey de)
* Released version 0.1.1
-# $Id: Rakefile 34 2005-04-25 17:12:29Z tilman $
+# $Id: Rakefile 38 2005-04-25 17:47:15Z tilman $
require "rake/clean"
require "rake/testtask"
PKG_VERSION = File.read("lib/redact/redact.rb").
match(/^\s*VERSION = \"(.*)\"\s*$/).captures.first
-CLOBBER.include(FileList["test/*.edj"])
+CLOBBER.include("test/*.edj")
sitelibdir = Config::CONFIG["sitelibdir"]
destdir = "#{ENV["DESTDIR"]}"