diff options
| author | 0livd <0livd@users.noreply.github.com> | 2017-05-05 23:02:18 +0100 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2017-05-06 00:02:18 +0200 |
| commit | 50d26891790b14de62eaa36b65f3d896d4be62ff (patch) | |
| tree | 1733e3b99cf5aa0d8352c6d66f6ab741858d6f83 /Makefile | |
| parent | e3da3b3b7f18fe80f3ecfaa278859db7a9bfdc45 (diff) | |
| download | ihatemoney-mirror-50d26891790b14de62eaa36b65f3d896d4be62ff.zip ihatemoney-mirror-50d26891790b14de62eaa36b65f3d896d4be62ff.tar.gz ihatemoney-mirror-50d26891790b14de62eaa36b65f3d896d4be62ff.tar.bz2 | |
Makefile: Add new rule to compile translations (#207)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ test: $(DEV_STAMP) release: $(DEV_STAMP) $(VENV)/bin/fullrelease +build-translations: + $(VENV)/bin/pybabel compile -d budget/translations + build-requirements: $(VIRTUALENV) $(TEMPDIR) $(TEMPDIR)/bin/pip install -U pip |
