aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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