X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=blobdiff_plain;f=make-files;h=589762119111ee83b6a3528c47cff6118a6d8688;hp=49d5182896417286bf00c00eb5fbaa7aaa1c9370;hb=9797aa2bbe23cd2cf09c70290819245a8c67d84e;hpb=a65664bfcb76814a750b6dd6e1f38974bcee22be 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 "$@"