X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=Makefile;h=95ec64f5a3a3efeb4c382528284238a2bb32e88f;hb=a7e4b047867d36750a61651dcceedd57971ebaab;hp=1b1793660a66d9b4b479581caea6acb4bbe044ca;hpb=93f93e024001ee3b2a1f6339b153cb3f54f3d04e;p=pgp-tools.git diff --git a/Makefile b/Makefile index 1b17936..95ec64f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keylookup \ +DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist gpgparticipants keyanalyze keylookup \ sig2dot springgraph VERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: ([^-]*)/') DEBVERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: (.*)/') @@ -15,6 +15,7 @@ clean: for dir in $(DIRS) ; do if [ -f $$dir/Makefile ] ; then $(MAKE) -C $$dir clean || exit 1 ; fi ; done dist: + [ -d debian ] && fakeroot debian/rules clean [ ! -f $(TGZ) ] mkdir $(TGZ_DIR) for dir in $(DIRS) ; do cp -a $$dir $(TGZ_DIR); done