aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
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)