Make ChangeLog in make dist rule
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Jun 2006 14:15:17 +0000 (14:15 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 15 Jun 2006 14:15:17 +0000 (14:15 +0000)
.cvsignore
Makefile.am

index 4156eb7..8f2d8d3 100644 (file)
@@ -11,3 +11,4 @@ yaz.spec
 Doxyfile
 dox
 autom4te.cache
+ChangeLog
index 49ac4ec..949c402 100644 (file)
@@ -1,6 +1,6 @@
 ## This file is part of the YAZ toolkit.
 ## Copyright (C) 1994-2005, Index Data, All rights reserved.
-## $Id: Makefile.am,v 1.35 2006-05-08 12:20:48 adam Exp $
+## $Id: Makefile.am,v 1.36 2006-06-15 14:15:17 adam Exp $
 
 AUTOMAKE_OPTIONS = foreign 
 
@@ -18,6 +18,7 @@ EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS TODO windows.txt \
        Doxyfile.in
 
 dist-hook:
+       if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi
        mkdir $(distdir)/win
        -cp $(srcdir)/win/* $(distdir)/win
        mkdir $(distdir)/debian