X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=de032c099cb343e6b2e558c153a45e3fe7161044;hb=8305d2cfa799ab2362fa5d8d75487db038ea6ce8;hp=3583e98035dd3f5dab58f8eb25e11dfd909a4564;hpb=1edcdf0cdaaad67c093eba40efe2159f01124506;p=phdru.name%2Fphdru.name.git diff --git a/Makefile b/Makefile index 3583e98..de032c0 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ 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 >$@ + umask 022; PYTHONPATH=. PYTHONIOENCODING=koi8-r:replace cheetah fill --encoding=koi8-r --settings='encoding="koi8-r"' --nobackup --stdout $< | iconv -c -f utf-8 -t koi8-r >$@ .PHONY: fast