Fixed font issues by replacing acknowledge2 completely.
[multipass-eu.git] / Rakefile
index a1603451c29fcc120a0b0a5b79dcf4b01e84b533..03a1f9662dc9e9b8be0046728011624d9e61bece 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"
@@ -15,9 +13,9 @@ task :test => [EDJ] do |t|
        sh "edje #{EDJ}"
 end
 
-deps = FileList["**/*.rb", "**/*.sma", "README", "acknowledge.txt"]
+deps = FileList["**/*.{rb,sma,ttf}", "README"]
 
 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