]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Convert filled template from utf-8
authorOleg Broytman <phd@phdru.name>
Sun, 13 Jan 2013 18:11:28 +0000 (18:11 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 13 Jan 2013 18:11:28 +0000 (18:11 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@138 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

Makefile

index 23d23f55f1f0712cd0c02b6eaa0cff9e9aa1d21f..2729cbc1102f561fd73390482c6c4fab53e53c20 100644 (file)
--- 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