summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-03-02 10:25:20 +0100
committerSimon Josefsson <simon@josefsson.org>2007-03-02 10:25:20 +0100
commit2d9139c310ce00f7201d00353f8acf9ed26d8f70 (patch)
treeb15bce00e1e54d177dfe41660bd3c78aca7d84a8 /Makefile.am
parentd315c834d6d5a63bf11d590eab9aced69313a4a3 (diff)
downloadlibtasn1-2d9139c310ce00f7201d00353f8acf9ed26d8f70.tar.gz
Fix release.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 00fbd27..8b17712 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,7 @@ release:
! git-tag -l $(tag) > /dev/null
rm -f ChangeLog
make ChangeLog
- cvs commit -m "" ChangeLog
+ git commit -m Generated. ChangeLog
git-tag -u b565716f! -m $(VERSION) $(tag)
make dist
gpg -b $(distdir).tar.gz