Removed RCS-style IDs.
[multipass-eu.git] / Rakefile
index a1603451c29fcc120a0b0a5b79dcf4b01e84b533..6e89bcdf999605c18c99bb9ac62a21e3c2f1a954 100644 (file)
--- 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