From: Oleg Broytman Date: Sun, 13 Jan 2013 18:11:28 +0000 (+0000) Subject: Convert filled template from utf-8 X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=42fb7aee39e33a28ea1988f41865278501f5e21f Convert filled template from utf-8 git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@138 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- 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