Improvements to dist.sh, to fully utilize Python distutils, avoiding the need
commitb334410ac8b9537543650d5a380183bd1d808808
authormaxb <maxb@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Wed, 17 May 2006 17:45:39 +0000 (17 17:45 +0000)
committermaxb <maxb@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Wed, 17 May 2006 17:45:39 +0000 (17 17:45 +0000)
treec498ed8e116a2b3c677f1cc693972e2a71fe022a
parent2b8f6ebe1ef016261392c4f2fe5a5b2de85671b0
Improvements to dist.sh, to fully utilize Python distutils, avoiding the need
to unpack, tweak, and repack the tarball generated by them.

* MANIFEST.in: Remove cvs2svn, already handled by setup.py.
    Add MANIFEST.in, cvs2svn.1, svntest/*, test-data/* and www/*.
    Ignore the svn:ignored files in www here as well.

* dist.sh: Add set -e.
    Modify the version-number replacement logic, and remove the
    unpack-tweak-repack logic.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@2071 be7e6eca-30d4-0310-a8e5-ac0d63af7087
MANIFEST.in
dist.sh