From c037f01d0d831884dcca0bb50064a60eb7c14d4c Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Sun, 17 Jun 2012 23:33:08 +0200 Subject: [PATCH] Remove obsolete redundant dist-bzip2 build system target Automake provides dist-bzip2 since at least version 1.8, so remove our own target. Moreover bzip2 distributions are a little obsolescent now Xz is available and spread enough. --- Makefile.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index d47504edb..8a5742a91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,12 +100,6 @@ dist-hook: fi -BZIP2_ENV =--best - -dist-bzip2: distdir - BZIP2=$(BZIP2_ENV) $(AMTAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir) - -rm -rf $(distdir) - sign: if test -f $(PACKAGE)-$(VERSION).tar.gz; then \ gpg --detach-sign --digest-algo SHA512 $(PACKAGE)-$(VERSION).tar.gz; fi