From 4707b2d8d1d5663c7316497be6f4f74528c173eb Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Sun, 13 Aug 2006 12:32:33 -0700 Subject: [PATCH] [project @ robey@lag.net-20060813193233-10db2cfe4c53a1df] create a gzip file also, when building a release --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 609d5bf..0969141 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ release: python ./setup.py sdist --formats=zip + python ./setup.py sdist --formats=gztar python ./setup.py bdist_egg docs: always