* The 1.0 release.
[pgp-tools.git] / Makefile
index 28248c9e582b2afe41093389560980edee69d06f..19ab77c5fc7589871a7db9b00506895a904cf150 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist keylookup
+DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keylookup
 VERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: ([^-]*)/')
 DEBVERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: (.*)/')
 TGZ=../signing-party_$(VERSION).orig.tar.gz
@@ -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: