]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Fix(cheetah compile): chmod +x
authorOleg Broytman <phd@phdru.name>
Sat, 16 Dec 2017 19:13:56 +0000 (22:13 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 16 Dec 2017 19:13:56 +0000 (22:13 +0300)
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 >$@