From 6337e02d9dd8c7be92ffa168f67ab0de651664d0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 30 Jan 2017 20:41:18 +0100 Subject: use templates instead of SSI, use relative URLs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8e57f7e3..c73498c3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: locale template cd web-common && tsc -locale/messages.pot: *.j2 common/*.j2 +locale/messages.pot: *.j2 pybabel extract -F locale/babel.map -o locale/messages.pot . locale-update: locale/messages.pot -- cgit v1.2.3