summaryrefslogtreecommitdiff
path: root/unrpyc/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-08-18 21:55:02 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-08-18 21:55:02 -0400
commitde844dacb31531781e9f97ec25a52ea246f1115b (patch)
treecb80fedc9f2f49f77f2974beb0c7a78342d17527 /unrpyc/Makefile
parentce961bb5865b5d16d203365159ab173e67e34556 (diff)
downloadhtml5ks-de844dacb31531781e9f97ec25a52ea246f1115b.tar.xz
html5ks-de844dacb31531781e9f97ec25a52ea246f1115b.zip
prep for i18n
Diffstat (limited to 'unrpyc/Makefile')
-rw-r--r--unrpyc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/unrpyc/Makefile b/unrpyc/Makefile
index ea97e56..b64bb22 100644
--- a/unrpyc/Makefile
+++ b/unrpyc/Makefile
@@ -1,6 +1,6 @@
gzip := $(shell ./find-gzip.sh)
-all: script.json script.json.gz imachine.json imachine.json.gz imachine_replay.json imachine_replay.json.gz
+all: script.json script.json.gz imachine.json imachine.json.gz imachine_replay.json imachine_replay.json.gz ui-strings.json ui-strings.json.gz
%.json.gz: %.json
$(gzip) -c $< > $@
@@ -27,7 +27,7 @@ test: all
jshint --show-non-errors *.json
install: all
- install -t ../www/scripts script.json script.json.gz imachine.json imachine.json.gz imachine_replay.json imachine_replay.json.gz
+ install -t ../www/scripts script.json script.json.gz imachine.json imachine.json.gz imachine_replay.json imachine_replay.json.gz ui-strings.json ui-strings.json.gz
uninstall:
rm -f ../www/scripts/*