##// END OF EJS Templates
i18n: make local now builds .mo files
Martin Geisler -
r7653:0641fd8a default
parent child Browse files
Show More
@@ -26,6 +26,7 b' all: build doc'
26 26 local:
27 27 $(PYTHON) setup.py build_ext -i
28 28 $(PYTHON) setup.py build_py -c -d .
29 $(PYTHON) setup.py build_mo
29 30 $(PYTHON) hg version
30 31
31 32 build:
General Comments 0
You need to be logged in to leave comments. Login now