summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2014-07-27 09:17:29 -0700
committerRoozbeh Pournader <roozbeh@google.com>2014-07-27 09:17:29 -0700
commitb41e071382902bad7da9ab74243b6cb1cd59ac33 (patch)
tree5b21edcb8eb46f624aef0bbb08051717b17da69b /Makefile
parent8d2ee13858f267274bff5d9cf0559dd53914ffc1 (diff)
Update android build rules to use crunched fonts as sources.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96c5a88..dabcd2b 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ crunch:
android:
mkdir -p out/android
- for source in out/RobotoTTF/*.ttf out/RobotoCondensedTTF/*.ttf; do \
+ for source in out/crunched/*.ttf; do \
touched=$$(mktemp); \
subsetted=$$(mktemp); \
final=out/android/$$(basename $$source); \