Switch to using ./devtools/compile_translations.sh in Makefile.in
This commit sponsored by Federico Bruni. Thank you!
This commit is contained in:
parent
aac69eb9aa
commit
4aaa7fac14
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user