diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-08-04 22:34:23 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-08-04 22:34:23 +0000 |
commit | ffd930c08f2a5b1d36cf602d00173462918996c9 (patch) | |
tree | bbc953ca55c03b7c032680537b92161edab73c4f /Makefile.am | |
parent | 21e1dbc19f8b08d2e85d5afb48392096c87229e3 (diff) | |
download | gnutls-ffd930c08f2a5b1d36cf602d00173462918996c9.tar.gz |
Fix cvs2cl target.
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 646c2344e4..fe3b8165f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,4 +4,4 @@ EXTRA_DIST = ChangeLog NEWS INSTALL README THANKS COPYING COPYING.LIB SUBDIRS = includes lib libextra src doc tests ChangeLog: - cvs2cl --utc -U .cvsusers --fsf -t -S --prune + cvs2cl --utc -U .cvsusers --fsf -t -S -I ChangeLog -I .cvs |