From 0731c42e24dfd3f3d2fe20e98cb1628526218f5b Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Mon, 14 Jun 2010 09:58:17 -0300 Subject: [PATCH] added "hg purge" to make tarball --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6a777dfc2..78fb5bfec 100644 --- a/Makefile +++ b/Makefile @@ -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: