From 26c8a7cbd76d210f6db69f55f826dee2aab96ab8 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 11 Jun 2019 12:43:20 +0200 Subject: Move non-all target below. --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 18ab52c..717eef7 100644 --- a/Makefile +++ b/Makefile @@ -8,16 +8,16 @@ include config.mk -requirements: - pip3 install -r requirements.txt - # All: build HTML pages in all languages and compile the # TypeScript logic in web-common. all: locale template # cd web-common && $(TSC) +requirements: + pip3 install -r requirements.txt + # Extract translateable strings from jinja2 templates. -locale/messages.pot: *.j2 # common/*.j2 common/*.j2.inc +locale/messages.pot: requirements *.j2 # common/*.j2 common/*.j2.inc env PYTHONPATH="." $(BABEL) extract -F locale/babel.map -o locale/messages.pot . # Update translation (.po) files with new strings. -- cgit v1.2.3