X-Git-Url: http://git.code-monkey.de/?p=multipass-eu.git;a=blobdiff_plain;f=Rakefile;fp=Rakefile;h=d5aaccdc6a11e0186d04c1b947082a401fe46f89;hp=a1603451c29fcc120a0b0a5b79dcf4b01e84b533;hb=209da338132967412702a069660dd977a51493b1;hpb=fa714bae987a969d91ae24625283f9d4eaae5e40 diff --git a/Rakefile b/Rakefile index a160345..d5aaccd 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -# $Id: Rakefile 1 2005-04-19 09:41:42Z tilman $ +# $Id: Rakefile 26 2005-06-22 20:19:41Z tilman $ require "rake/clean" @@ -19,5 +19,5 @@ deps = FileList["**/*.rb", "**/*.sma", "README", "acknowledge.txt"] desc "Build #{EDJ}" file EDJ => deps do |t| - sh "redact #{SRC} -o #{EDJ}" + sh "redact --image_dir images --font_dir fonts #{SRC} -o #{EDJ}" end