summaryrefslogtreecommitdiff
path: root/sandbox/richard/ZReST/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/richard/ZReST/Makefile')
-rw-r--r--sandbox/richard/ZReST/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/sandbox/richard/ZReST/Makefile b/sandbox/richard/ZReST/Makefile
deleted file mode 100644
index 1f78c66e8..000000000
--- a/sandbox/richard/ZReST/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-FILES = ZReST.py __init__.py refresh.txt version.txt TODO.txt README.txt
-DTML = dtml/manage_addZReSTForm.dtml dtml/manage_editForm.dtml
-VERSION := $(shell cat version.txt)
-
-all: ${FILES} ${DTML}
- rm -rf dist
- mkdir dist
- mkdir dist/ZReST
- mkdir dist/ZReST/dtml
- cp ${FILES} dist/ZReST
- cp ${DTML} dist/ZReST/dtml
- (cd dist; tar zcf ZReST-${VERSION}.tgz ZReST)
- mv dist/ZReST-${VERSION}.tgz .
- rm -rf dist
-