mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* Makefile.maint (cvs-dist): Generate signatures and directives
for bz2 upload.
This commit is contained in:
parent
596e2489bd
commit
1c2e1f9bd7
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user