X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=Makefile;h=8b1794cea0ef5c996e102720f730b949acff253a;hb=80c7628f16785ee7177e83349849b6b40db02498;hp=28248c9e582b2afe41093389560980edee69d06f;hpb=955df7d17c301e0c0b59875626e834215c0c57cf;p=pgp-tools.git diff --git a/Makefile b/Makefile index 28248c9..8b1794c 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ dist: mkdir $(TGZ_DIR) for dir in $(DIRS) ; do cp -a $$dir $(TGZ_DIR); done cp -a README TODO Makefile $(TGZ_DIR) - tar cvz -f $(TGZ) --exclude .svn $(TGZ_DIR) + GZIP=--best tar cvz -f $(TGZ) --exclude .svn $(TGZ_DIR) rm -rf $(TGZ_DIR) tag-release: