summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-14 22:41:27 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-14 22:41:27 +0000
commit2b261125a97cf193faca55c88df630bbeec6c177 (patch)
tree6c0a408de7c316781af2895ded58e819990db566 /Makefile.am
parenta59dbd28ed3e4b12c2670c71f6f9c203cef5e063 (diff)
downloadgnutls-2b261125a97cf193faca55c88df630bbeec6c177.tar.gz
(release): Fix.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3c2c8e747d..6c93463715 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,9 +8,15 @@ ACLOCAL_AMFLAGS = -I m4 -I gl/m4
ChangeLog:
cvs2cl --utc -U .cvsusers --fsf -t -S -I ChangeLog -I .cvs
+tag = $(PACKAGE)-`echo $(VERSION) | sed 's/\./_/g'`
htmldir = ../www-$(PACKAGE)
release:
+ cvs rtag gnutls_1_1_15 gnutls
+ rm -f ChangeLog
+ make ChangeLog
+ cvs commit -m "" ChangeLog
+ cvs rtag -F gnutls_1_1_15 gnutls
make dist
gpg -b $(distdir).tar.gz
gpg --verify $(distdir).tar.gz.sig