diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-01-18 16:49:34 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-01-18 16:49:34 +0000 |
commit | a848341f127da4ef858572be1cd34e52adbae041 (patch) | |
tree | 0fd075f6ab9de5fcdf17ee33b09d25bb1725f70a /Makefile.am | |
parent | b8424be0a1cd31e92fd4fb6c6cd0b56595156174 (diff) | |
download | gnutls-a848341f127da4ef858572be1cd34e52adbae041.tar.gz |
(ChangeLog): Make it more like FSF format.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b22a3c9758..4b1727975f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,8 @@ SUBDIRS += crypto includes lib libextra src doc tests ACLOCAL_AMFLAGS = -I m4 -I gl/m4 ChangeLog: - cvs2cl --utc -U .cvsusers --fsf -t -S -I ChangeLog -I .cvs + cvs2cl --utc --fsf --FSF --usermap .cvsusers -I ChangeLog -I .cvs + cat .cvscopying >> ChangeLog tag = $(PACKAGE)_`echo $(VERSION) | sed 's/\./_/g'` htmldir = ../www-$(PACKAGE) |