Moved sipb-xen-www into a package
[invirt/packages/invirt-web.git] / templates / Makefile
diff --git a/templates/Makefile b/templates/Makefile
deleted file mode 100644 (file)
index aa083e2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-TEMPLATES=$(wildcard *.tmpl)
-OUTPUTS=$(TEMPLATES:.tmpl=.py)
-
-all: ${OUTPUTS}
-
-%.py: %.tmpl
-       cheetah compile $<
-
-#${OUTPUTS}:${TEMPLATES}
-#      cheetah compile $^
-
-clean:
-       @rm -f ${OUTPUTS} *.pyo *.pyc *.py.bak