Switch to using ./devtools/compile_translations.sh in Makefile.in

This commit sponsored by Federico Bruni.  Thank you!
This commit is contained in:
Christopher Allan Webber 2015-02-14 16:12:50 -06:00
parent aac69eb9aa
commit 4aaa7fac14

View File

@ -97,8 +97,9 @@ install: installdirs
$(maybe_venved_python) $(srcdir)/setup.py install --prefix=$(DESTDIR)$(prefix) $(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) i18n: $(maybe_venv_dep)
$(maybe_venved)pybabel compile -D mediagoblin -d mediagoblin/i18n/ ./devtools/compile_translations.sh
ifneq ($(VIRTUALENV),no) ifneq ($(VIRTUALENV),no)