X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=3583e98035dd3f5dab58f8eb25e11dfd909a4564;hb=2e419c2f1210fb8f83a425edbe645cb13078470e;hp=7e55241f5af99b543138fed26daef4b64ecb7542;hpb=331965859222bca39a7fc251cdc93830620c8a4a;p=phdru.name%2Fphdru.name.git diff --git a/Makefile b/Makefile index 7e55241..3583e98 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ %.py: %.tmpl - umask 022; cheetah compile --encoding=koi8-r --settings='encoding="koi8-r"' --nobackup $< && compyle $@ + umask 022; cheetah compile --encoding=koi8-r --settings='encoding="koi8-r"' --nobackup $< && compyle $@ && chmod +x $@ %.html: %.tmpl umask 022; PYTHONPATH=. PYTHONIOENCODING=koi8-r:replace cheetah fill --encoding=koi8-r --settings='encoding="koi8-r"' --nobackup --stdout $< | iconv -f utf-8 -t koi8-r >$@