From 68e8161011520d8ac6a0a418e328865294070107 Mon Sep 17 00:00:00 2001 From: 0livd <0livd@users.noreply.github.com> Date: Fri, 5 May 2017 18:01:17 +0200 Subject: [PATCH] Makefile: Add new rule to compile translations --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index eb18e037..eefb19f1 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