]> git.phdru.name Git - phdru.name/phdru.name.git/blob - make-files
Byte-compile cheetah-compiled phd_site.py
[phdru.name/phdru.name.git] / make-files
1 #! /bin/sh
2
3 umask 022
4 PYTHONPATH=.
5 export PYTHONPATH
6
7 if [ phd_site.tmpl -nt phd_site.py ]; then
8    cheetah compile --nobackup phd_site.tmpl && compyle phd_site.py
9 fi &&
10
11 exec cheetah fill --nobackup "$@"