summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-14 21:07:41 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-14 21:09:33 +0100
commit197f0a626dc333a4956a541ce556abb87bda8b46 (patch)
tree8f0750968d865f4a52894a3aff05babf905ca3dc /Makefile
parent456a61874e68847d1a7099831fa6247e6cbdc276 (diff)
downloadwww-197f0a626dc333a4956a541ce556abb87bda8b46.tar.gz
www-197f0a626dc333a4956a541ce556abb87bda8b46.tar.bz2
www-197f0a626dc333a4956a541ce556abb87bda8b46.zip
make template compilation a LOT faster
By not doing template parsing and starting the python interpreter every time, templating only takes about a second on my machine now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24f3de50..2f39d063 100644
--- a/Makefile
+++ b/Makefile
@@ -33,4 +33,4 @@ locale: locale-update locale-compile
# Run the jinga2 templating engine to expand templates to HTML
# incorporating translations.
template: locale-compile
- ./template.sh
+ ./template.py