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 72f3626..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-TEMPLATES=functions.tmpl skeleton.tmpl
-OUTPUTS=$(TEMPLATES:.tmpl=.py)
-
-all: ${OUTPUTS}
-
-${OUTPUTS}:${TEMPLATES}
-       cheetah compile $^
-
-clean:
-       @rm -f ${OUTPUTS} *.pyo *.pyc *.py.bak