aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author0livd <0livd@users.noreply.github.com>2017-05-05 23:02:18 +0100
committerAlexis Metaireau <alexis@notmyidea.org>2017-05-06 00:02:18 +0200
commit50d26891790b14de62eaa36b65f3d896d4be62ff (patch)
tree1733e3b99cf5aa0d8352c6d66f6ab741858d6f83 /Makefile
parente3da3b3b7f18fe80f3ecfaa278859db7a9bfdc45 (diff)
downloadihatemoney-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--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb18e03..eefb19f 100644
--- a/Makefile
+++ b/Makefile
@@ -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