diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-11-15 15:46:28 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-11-15 15:46:28 +0000 |
commit | 95c5d91372eb0815d93e3f5b0ef7bb22c69a949f (patch) | |
tree | b8ce56fa84add2a0bacaa0c69d01c7dd16958533 /Makefile.am | |
parent | 19a60a9ca994f25fc67d000964fef3e8ac121252 (diff) | |
download | gnutls-95c5d91372eb0815d93e3f5b0ef7bb22c69a949f.tar.gz |
Don't use --tags for cvs2cl.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ea586dfb5c..b5f7f0b65c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ SUBDIRS = gl includes lib libextra src doc tests ACLOCAL_AMFLAGS = -I m4 -I gl/m4 ChangeLog: - cvs2cl --tags --utc --fsf --FSF --usermap .cvsusers -I ChangeLog -I .cvs --window 120 -l "-d"">2005-11-07;today<""" + cvs2cl --utc --fsf --FSF --usermap .cvsusers -I ChangeLog -I .cvs --window 120 -l "-d"">2005-11-07;today<""" cat .cvscopying >> ChangeLog tag = $(PACKAGE)_`echo $(VERSION) | sed 's/\./_/g'` |