diff -r 0a98cbe5e2eb -r ec68a0f75c58 site/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/site/Makefile Tue Dec 02 03:05:04 2008 +0200 @@ -0,0 +1,6 @@ + +all: $(patsubst %.tmpl,%.py,$(wildcard templates/*.tmpl)) + +templates/%.py: templates/%.tmpl + @cheetah compile --nobackup $< +