+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
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: