projects
/
multipass-eu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ae8207
)
Include fonts in the dependencies.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Fri, 24 Aug 2007 16:24:17 +0000
(18:24 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Fri, 24 Aug 2007 16:24:17 +0000
(18:24 +0200)
Rakefile
patch
|
blob
|
history
diff --git
a/Rakefile
b/Rakefile
index 6e89bcdf999605c18c99bb9ac62a21e3c2f1a954..20270a4607559b443904ad2a371dd599971c9ff4 100644
(file)
--- a/
Rakefile
+++ b/
Rakefile
@@
-13,7
+13,7
@@
task :test => [EDJ] do |t|
sh "edje #{EDJ}"
end
-deps = FileList["**/*.
rb", "**/*.sma
", "README", "acknowledge.txt"]
+deps = FileList["**/*.
{rb,sma,ttf}
", "README", "acknowledge.txt"]
desc "Build #{EDJ}"
file EDJ => deps do |t|