From: Oleg Broytman Date: Sun, 8 Jun 2014 16:57:34 +0000 (+0400) Subject: Byte-compile cheetah-compiled phd_site.py X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=9797aa2bbe23cd2cf09c70290819245a8c67d84e Byte-compile cheetah-compiled phd_site.py --- 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 "$@"