summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-01-30 20:41:18 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-01-30 21:21:33 +0100
commit6337e02d9dd8c7be92ffa168f67ab0de651664d0 (patch)
tree0d1af548ccc6e7f5105900d510cc353a8b3e3e39 /Makefile
parentec065c657e2d2bfdf2ea25eec62cf659cd87d3da (diff)
downloadwww-6337e02d9dd8c7be92ffa168f67ab0de651664d0.tar.gz
www-6337e02d9dd8c7be92ffa168f67ab0de651664d0.tar.bz2
www-6337e02d9dd8c7be92ffa168f67ab0de651664d0.zip
use templates instead of SSI, use relative URLs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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