auditor

Public Website for an auditor
Log | Files | Refs | Submodules | README

commit 26c8a7cbd76d210f6db69f55f826dee2aab96ab8
parent 925e23c5673105bc1a26ff47a81dac23aefd9c92
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 11 Jun 2019 12:43:20 +0200

Move non-all target below.

Diffstat:
MMakefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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.