X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=Rakefile;h=d0940e59dc59a0194187b92cce39c928af5eedae;hb=f92d28bb16746dbb4b23d3fc127e088365ba087a;hp=e352d0bb125c13c038d44d402d0561879dc69bae;hpb=b3cdbbfef92a9f5dd16d4f04c5e529a2604745b8;p=redact.git diff --git a/Rakefile b/Rakefile index e352d0b..d0940e5 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -# $Id: Rakefile 15 2005-03-29 19:21:00Z 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"]}" @@ -46,7 +46,7 @@ Rake::RDocTask.new do |t| t.title = "Redact - An Edje Compiler written in Ruby" t.options = ["--line-numbers", "--inline-source", "--main", "README"] t.rdoc_files.include("README", "COPYING", "AUTHORS", "ChangeLog", - "TODO", "lib/redact/redact.rb", + "TODO", "NEWS", "lib/redact/redact.rb", "lib/redact/part.rb", "lib/redact/program.rb") end