X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=Rakefile;h=6e89bcdf999605c18c99bb9ac62a21e3c2f1a954;hb=5ae8207303cf89884177aa86680538b0cb83c90d;hp=a1603451c29fcc120a0b0a5b79dcf4b01e84b533;hpb=d1d5f1e8ef58d32533711ddca974d4bd2a31beaa;p=multipass-eu.git diff --git a/Rakefile b/Rakefile index a160345..6e89bcd 100644 --- a/Rakefile +++ b/Rakefile @@ -1,5 +1,3 @@ -# $Id: Rakefile 1 2005-04-19 09:41:42Z tilman $ - require "rake/clean" SRC = "multipass.rb" @@ -19,5 +17,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