use maximum compression for orig.tar.gz
[pgp-tools.git] / Makefile
index 28248c9e582b2afe41093389560980edee69d06f..8b1794cea0ef5c996e102720f730b949acff253a 100644 (file)
--- 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: