# HG changeset patch # User Martin Geisler # Date 2009-01-15 19:23:18 # Node ID 0641fd8a4bb4b79b40c8a84d3199fdc319c82683 # Parent 2605b2ef3f073e5632dcdfc724fb31983b5b93b0 i18n: make local now builds .mo files diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ all: build doc local: $(PYTHON) setup.py build_ext -i $(PYTHON) setup.py build_py -c -d . + $(PYTHON) setup.py build_mo $(PYTHON) hg version build: