summaryrefslogtreecommitdiff
path: root/unrpyc/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-01-09 14:24:17 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-01-09 14:24:17 -0500
commit03d5a503e8f0c606f2b9cb2adb368ccddc010b9d (patch)
tree36bc5717c8766f34ec633bdd23a30d7f15d0cc7a /unrpyc/Makefile
parente01fd685f236bbe131734af6be0f340cde79de94 (diff)
downloadhtml5ks-03d5a503e8f0c606f2b9cb2adb368ccddc010b9d.tar.xz
html5ks-03d5a503e8f0c606f2b9cb2adb368ccddc010b9d.zip
Half-implement automated images.js conversion
Diffstat (limited to 'unrpyc/Makefile')
-rw-r--r--unrpyc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/unrpyc/Makefile b/unrpyc/Makefile
index 4fb222d..56d207b 100644
--- a/unrpyc/Makefile
+++ b/unrpyc/Makefile
@@ -19,6 +19,10 @@ ui-strings.json.o ui-strings_FR.json.o: ui-strings%.json.o: ui-strings%.rpyc *.p
python unrpyc.py --clobber $< $@
sed -i -e 's/ \["init_language", "[a-z]*", \],//;s/^\]}$$/}/' $@
+ui_settings.json.o: ui_settings.rpyc *.py
+ python unrpyc.py --clobber $< --ignore-python $@
+ sed -i -e 's/,,/,/g;/: *,$$/d' $@
+
%.json.o: %.rpyc *.py
python unrpyc.py --clobber $< $@