Switch to using ./devtools/compile_translations.sh in Makefile.in
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 14 Feb 2015 22:12:50 +0000 (16:12 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 14 Feb 2015 22:12:50 +0000 (16:12 -0600)
This commit sponsored by Federico Bruni.  Thank you!

Makefile.in

index d266cc1217f63a33e24ca0917d19ac1a91743e39..c4da49869fa7b87678c7cfcc85e8fc5c71a86ef5 100644 (file)
@@ -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)