summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-03-02 10:21:31 +0100
committerSimon Josefsson <simon@josefsson.org>2007-03-02 10:21:31 +0100
commite0b312d0af16841b99441f342a2aa3d28ce3423c (patch)
tree07706c9193308e07c6e6176ca686a6b0eda84179 /Makefile.am
parentbd2756ff64a7223918c6f84b23008813d2921028 (diff)
downloadlibtasn1-e0b312d0af16841b99441f342a2aa3d28ce3423c.tar.gz
Git fixes of release target.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index ea45b24..8de2cb1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation
#
# This file is part of LIBTASN1.
#
@@ -32,19 +32,17 @@ SUBDIRS = gl lib src tests doc
ACLOCAL_AMFLAGS = -I m4 -I gl/m4
ChangeLog:
- cvs2cl --FSF --fsf --usermap .cvsusers -I ChangeLog -I .cvs \
- -I buildconf
+ git --pretty --numstat --summary | git2cl > ChangeLog
htmldir = ../www-gnutls
tag = $(PACKAGE)_`echo $(VERSION) | sed 's/\./_/g'`
release:
- if cvs upd -p -r $(tag) NEWS > /dev/null; then false else true; fi
- cvs rtag $(tag) libtasn1
+ ! git-tag -l $(tag) > /dev/null
rm -f ChangeLog
make ChangeLog
cvs commit -m "" ChangeLog
- cvs rtag -F $(tag) libtasn1
+ git-tag -u b565716f! -m $(VERSION) $(tag)
make dist
gpg -b $(distdir).tar.gz
gpg --verify $(distdir).tar.gz.sig