Don't include one FileList in another.
[redact.git] / Rakefile
index 3e47175a8ecd41c0e3a528d8b37b459955aa6964..d0940e59dc59a0194187b92cce39c928af5eedae 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,4 @@
-# $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"
@@ -16,7 +16,7 @@ PKG_NAME = "redact"
 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"]}"