]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* Makefile.maint (cvs-dist): Generate signatures and directives
authorGary V. Vaughan <gary@gnu.org>
Sun, 24 Oct 2004 15:08:53 +0000 (15:08 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 24 Oct 2004 15:08:53 +0000 (15:08 +0000)
for bz2 upload.

ChangeLog
Makefile.maint

index ef2619f0b6f14803971f44b8ff740064044bfeea..94353e2cd2eaf6e657f8fed971f6ab7e0e8a405e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-24  Gary V. Vaughan  <gary@gnu.org>
+
+       * Makefile.maint (cvs-dist): Generate signatures and directives
+       for bz2 upload.
+
 2004-10-23  Peter O'Gorman  <peter@pogma.com>
 
        * config/ltmain.m4sh (func_mode_link): Make Gary's new tests
index 7838a84cc1654a249debd45407977f6a36992832..9f51543d332d86e22e2bd6762cbb8c1abef750d4 100644 (file)
@@ -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: