From 9797aa2bbe23cd2cf09c70290819245a8c67d84e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 8 Jun 2014 20:57:34 +0400 Subject: [PATCH] Byte-compile cheetah-compiled phd_site.py --- make-files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make-files b/make-files index 49d5182..5897621 100755 --- a/make-files +++ b/make-files @@ -5,7 +5,7 @@ PYTHONPATH=. export PYTHONPATH if [ phd_site.tmpl -nt phd_site.py ]; then - cheetah compile --nobackup phd_site.tmpl -fi + cheetah compile --nobackup phd_site.tmpl && compyle phd_site.py +fi && exec cheetah fill --nobackup "$@" -- 2.39.2