From: Gary V. Vaughan Date: Sun, 24 Oct 2004 15:08:53 +0000 (+0000) Subject: * Makefile.maint (cvs-dist): Generate signatures and directives X-Git-Tag: release-2-1b~890 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c2e1f9bd7a65643236ed9f02052f0c20e8474f4;p=thirdparty%2Flibtool.git * Makefile.maint (cvs-dist): Generate signatures and directives for bz2 upload. --- diff --git a/ChangeLog b/ChangeLog index ef2619f0b..94353e2cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-24 Gary V. Vaughan + + * Makefile.maint (cvs-dist): Generate signatures and directives + for bz2 upload. + 2004-10-23 Peter O'Gorman * config/ltmain.m4sh (func_mode_link): Make Gary's new tests diff --git a/Makefile.maint b/Makefile.maint index 7838a84cc..9f51543d3 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -165,11 +165,13 @@ cvs-dist: cvs-news timestamps cd $(srcdir) \ && $(CVS) -q tag `echo "release-$(VERSION)" | sed 's/\./-/g'` ## Generate signatures and directives for FSF ftp-upload: - ofile="$(PACKAGE)-$(VERSION).tar.gz"; \ - $(GPG) --detach-sign $$ofile \ - && echo "directory: libtool" > $$ofile.directive \ - && $(GPG) --clearsign $$ofile.directive \ - && rm -f $$ofile.directive + for suffix in .gz .bz2; do \ + ofile="$(PACKAGE)-$(VERSION).tar.$$suffix"; \ + $(GPG) --detach-sign $$ofile \ + && echo "directory: libtool" > $$ofile.directive \ + && $(GPG) --clearsign $$ofile.directive \ + && rm -f $$ofile.directive; \ + done .PHONY: new-tarball new-tarball: