X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=2729cbc1102f561fd73390482c6c4fab53e53c20;hb=42fb7aee39e33a28ea1988f41865278501f5e21f;hp=23d23f55f1f0712cd0c02b6eaa0cff9e9aa1d21f;hpb=100a1d58e068b949abab68552929d32cb5d9c4dc;p=phdru.name%2Fphdru.name.git diff --git a/Makefile b/Makefile index 23d23f5..2729cbc 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ umask 022; cheetah compile --nobackup $< && compyle $@ %.html: %.tmpl - umask 022; PYTHONPATH=. cheetah fill --nobackup $< + umask 022; PYTHONPATH=. cheetah fill --nobackup --stdout $< | iconv -f utf-8 > $@ .PHONY: fast