X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=make-files;h=49d5182896417286bf00c00eb5fbaa7aaa1c9370;hb=42465be8abac2fdb32c939bc7e5ad0fbca5df2f8;hp=43b9c010a906db3b865585030a28d7c519214ee8;hpb=5f9cc4c82b2cb603968c843ea3a37c9aad82d4e6;p=phdru.name%2Fphdru.name.git diff --git a/make-files b/make-files index 43b9c01..49d5182 100755 --- a/make-files +++ b/make-files @@ -4,8 +4,8 @@ umask 022 PYTHONPATH=. export PYTHONPATH -if [ phd_pp_ru.tmpl -nt phd_pp_ru.py ]; then - cheetah compile --nobackup phd_pp_ru.tmpl +if [ phd_site.tmpl -nt phd_site.py ]; then + cheetah compile --nobackup phd_site.tmpl fi exec cheetah fill --nobackup "$@"