From 4aaa7fac14ade38fa12fe4ee1d4af3b57e1d993f Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 14 Feb 2015 16:12:50 -0600 Subject: [PATCH] Switch to using ./devtools/compile_translations.sh in Makefile.in This commit sponsored by Federico Bruni. Thank you! --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d266cc12..c4da4986 100644 --- a/Makefile.in +++ b/Makefile.in @@ -97,8 +97,9 @@ install: installdirs $(maybe_venved_python) $(srcdir)/setup.py install --prefix=$(DESTDIR)$(prefix) +# In the future, maybe we can compile the individual .po files here? i18n: $(maybe_venv_dep) - $(maybe_venved)pybabel compile -D mediagoblin -d mediagoblin/i18n/ + ./devtools/compile_translations.sh ifneq ($(VIRTUALENV),no)