i18n: make local now builds .mo files
authorMartin Geisler <mg@daimi.au.dk>
Thu, 15 Jan 2009 20:23:18 +0100
changeset 7653 0641fd8a4bb4
parent 7652 2605b2ef3f07
child 7654 816b708f23af
i18n: make local now builds .mo files
Makefile
--- a/Makefile	Thu Jan 15 15:28:42 2009 +0100
+++ b/Makefile	Thu Jan 15 20:23:18 2009 +0100
@@ -26,6 +26,7 @@
 local:
 	$(PYTHON) setup.py build_ext -i
 	$(PYTHON) setup.py build_py -c -d .
+	$(PYTHON) setup.py build_mo
 	$(PYTHON) hg version
 
 build: