mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Makefile: Add new rule to compile translations (#207)
This commit is contained in:
parent
e3da3b3b7f
commit
50d2689179
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -32,6 +32,9 @@ test: $(DEV_STAMP)
|
||||||
release: $(DEV_STAMP)
|
release: $(DEV_STAMP)
|
||||||
$(VENV)/bin/fullrelease
|
$(VENV)/bin/fullrelease
|
||||||
|
|
||||||
|
build-translations:
|
||||||
|
$(VENV)/bin/pybabel compile -d budget/translations
|
||||||
|
|
||||||
build-requirements:
|
build-requirements:
|
||||||
$(VIRTUALENV) $(TEMPDIR)
|
$(VIRTUALENV) $(TEMPDIR)
|
||||||
$(TEMPDIR)/bin/pip install -U pip
|
$(TEMPDIR)/bin/pip install -U pip
|
||||||
|
|
Loading…
Reference in a new issue