3
# I use this script to make the release tarballs
4
# It takes just a fresh clone of the repository, copies
5
# the waf binary in, and packages it up.
6
# Thus the dist ball is reasonably clean
12
TMPDIR="/tmp/$(basename $PWD)-dist"
14
test -e "$TMPDIR" && echo "$TMPDIR exists" && exit 2
22
cp -vi *.tar.gz "$OLDPWD"