From 67bda228cd485e387351b2209f1b00a88ecb250b Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 11 Apr 2012 20:33:09 +0200 Subject: [PATCH] Really generate .mo files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c20bd06..1fc91173 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ MANIFEST: MANIFEST.in setup.py .PHONY: locale locale: - $(MAKE) -C po + $(MAKE) -C po mofiles # to build in the current directory .PHONY: localbuild