From 0ecf1aadf173012a7771e293cbe1d21cbe1cd45e Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 26 Feb 2008 13:08:05 +0100 Subject: Fix release target. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5c7411dbae..74df98f8df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,15 +50,15 @@ release: cd doc && ../build-aux/gendocs.sh -o ../$(htmldir)/manual/ $(PACKAGE) "GNU TLS" git commit -m Generated. ChangeLog git-tag -u b565716f! -m $(VERSION) $(tag) - cp -v $(distdir).tar.bz2 $(distdir).tar.bz2.sig $(htmldir)/releases/ - cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.css doc/reference/html/*.devhelp $(htmldir)/reference/ gpg -b $(distdir).tar.bz2 gpg --verify $(distdir).tar.bz2.sig + cp -v $(distdir).tar.bz2 $(distdir).tar.bz2.sig $(htmldir)/releases/ + cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.css doc/reference/html/*.devhelp $(htmldir)/reference/ git-push --tags git-push scp $(distdir).tar.bz2 $(distdir).tar.bz2.sig igloo.linux.gr:~ftp/pub/gnutls/devel/ ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/devel/ && sha1sum *.tar.bz2 > CHECKSUMS' - build-aux/gnupload --to alpha.gnu.org:gnutls $(distdir).tar.gz + build-aux/gnupload --to alpha.gnu.org:gnutls $(distdir).tar.bz2 cd $(htmldir) && \ cvs add -kb releases/$(distdir).tar.bz2 \ releases/$(distdir).tar.bz2.sig && \ -- cgit v1.2.1