From 03d5a503e8f0c606f2b9cb2adb368ccddc010b9d Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 9 Jan 2014 14:24:17 -0500 Subject: Half-implement automated images.js conversion --- unrpyc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'unrpyc/Makefile') 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 $< $@ -- cgit v1.2.3-70-g09d2