summaryrefslogtreecommitdiff
path: root/unrpyc/Makefile
diff options
context:
space:
mode:
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 $< $@