Commit 12c4946d authored by Hanno Schlichting's avatar Hanno Schlichting

Found two more stray build files

parent 39ba34fc
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
This is a flag that tells Zope that the product may be auto-refreshed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment