added "hg purge" to make tarball

This commit is contained in:
Pablo Hoffman 2010-06-14 09:58:17 -03:00
parent 4262a0af8c
commit 0731c42e24
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ deb-prepare:
cd $(BUILDDIR); debchange -m -D unstable --force-distribution -v $(FULL_VERSION)-$(DEBREV) "Automatic build"
tarball:
hg purge --all
python setup.py sdist
sign: