* Makefile.maint (cvs-dist): Generate signatures and directives

for bz2 upload.
This commit is contained in:
Gary V. Vaughan 2004-10-24 15:08:53 +00:00
parent 596e2489bd
commit 1c2e1f9bd7
2 changed files with 12 additions and 5 deletions

View File

@ -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> 2004-10-23 Peter O'Gorman <peter@pogma.com>
* config/ltmain.m4sh (func_mode_link): Make Gary's new tests * config/ltmain.m4sh (func_mode_link): Make Gary's new tests

View File

@ -165,11 +165,13 @@ cvs-dist: cvs-news timestamps
cd $(srcdir) \ cd $(srcdir) \
&& $(CVS) -q tag `echo "release-$(VERSION)" | sed 's/\./-/g'` && $(CVS) -q tag `echo "release-$(VERSION)" | sed 's/\./-/g'`
## Generate signatures and directives for FSF ftp-upload: ## Generate signatures and directives for FSF ftp-upload:
ofile="$(PACKAGE)-$(VERSION).tar.gz"; \ for suffix in .gz .bz2; do \
$(GPG) --detach-sign $$ofile \ ofile="$(PACKAGE)-$(VERSION).tar.$$suffix"; \
&& echo "directory: libtool" > $$ofile.directive \ $(GPG) --detach-sign $$ofile \
&& $(GPG) --clearsign $$ofile.directive \ && echo "directory: libtool" > $$ofile.directive \
&& rm -f $$ofile.directive && $(GPG) --clearsign $$ofile.directive \
&& rm -f $$ofile.directive; \
done
.PHONY: new-tarball .PHONY: new-tarball
new-tarball: new-tarball: