site/Makefile
changeset 148 7ffce543a6f1
parent 5 9ed4c7d2bdd2
child 149 0538176eb172
--- a/site/Makefile	Fri Feb 06 20:46:43 2009 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-
-all: $(patsubst %.tmpl,%.py,$(wildcard templates/*.tmpl))
-
-templates/%.py: templates/%.tmpl
-	@cheetah compile --nobackup $<
-