From f8844d13028ef1322f17c5e8058fb3d983cc546f Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 10 Dec 2007 17:07:21 +0100 Subject: Fix release target. --- Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dbb87a7..8c47e55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,16 +37,18 @@ htmldir = ../www-gnutls tag = $(PACKAGE)_`echo $(VERSION) | sed 's/\./_/g'` release: - ! git-tag -l $(tag) > /dev/null + ! git-tag -l $(tag) | grep $(PACKAGE) > /dev/null rm -f ChangeLog $(MAKE) ChangeLog distcheck + cd doc && ../build-aux/gendocs.sh -o ../$(htmldir)/manual/libtasn1/ $(PACKAGE) "Libtasn1" + cp -v doc/reference/html/*.{html,png,devhelp,css} $(htmldir)/manual/libtasn1/reference/ + cp -v $(distdir).tar.gz{,.sig} $(htmldir)/releases/libtasn1/ git commit -m Generated. ChangeLog git-tag -u b565716f! -m $(VERSION) $(tag) + git-push --tags + git-push gpg -b $(distdir).tar.gz gpg --verify $(distdir).tar.gz.sig - cd doc && ../build-aux/gendocs.sh -o ../$(htmldir)/manual/libtasn1/ $(PACKAGE) "Libtasn1" - cp -v doc/reference/html/*.{html,png,devhelp,css} $(htmldir)/manual/libtasn1/reference/ - cp -v $(distdir).tar.gz{,.sig} $(htmldir)/releases/libtasn1/ scp $(distdir).tar.gz{,.sig} igloo.linux.gr:~ftp/pub/gnutls/libtasn1/ ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/libtasn1/ && sha1sum *.tar.gz > CHECKSUMS' cd $(htmldir) && \ -- cgit v1.2.1