From 42fb7aee39e33a28ea1988f41865278501f5e21f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 13 Jan 2013 18:11:28 +0000 Subject: [PATCH] Convert filled template from utf-8 git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@138 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2