]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - Makefile
Fix(cheetah compile): chmod +x
[phdru.name/phdru.name.git] / Makefile
index 7e55241f5af99b543138fed26daef4b64ecb7542..3583e98035dd3f5dab58f8eb25e11dfd909a4564 100644 (file)
--- 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 >$@