X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=html%2FMakefile;h=9d430413f731bb24870e8f0b62b267e30ee7466c;hb=7affd5882b4c0af22bddb5916fae47da166987af;hp=63b6ccaadae9adb22ce262e4fb33df969d7bbe7e;hpb=77e57afc4d35c03e681ccc01b4fbfdabbf2e52f6;p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git diff --git a/html/Makefile b/html/Makefile index 63b6cca..9d43041 100644 --- a/html/Makefile +++ b/html/Makefile @@ -1,10 +1,11 @@ # Makefile. # # __author__ = "Oleg Broytman " -# __copyright__ = "Copyright (C) 2014 PhiloSoft Design" +# __copyright__ = "Copyright (C) 2014-2024 PhiloSoft Design" %.py: %.tmpl - cheetah compile --nobackup $< && compyle $@ + python3 -m Cheetah.CheetahWrapper compile --nobackup $< && \ + exec python3 -m compileall $@ .PHONY: all all: html.py redirect.py