Update headers and omit CVS Ids.
[yaz-moved-to-github.git] / Makefile.am
index d5c11ea..7f07356 100644 (file)
@@ -1,12 +1,11 @@
 ## This file is part of the YAZ toolkit.
-## Copyright (C) 1995-2007, Index Data, All rights reserved.
-## $Id: Makefile.am,v 1.44 2007-03-16 08:58:39 adam Exp $
+## Copyright (C) 1995-2008 Index Data
 
 AUTOMAKE_OPTIONS = foreign 
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = src include util test client ztest zoom ziffy doc etc
+SUBDIRS = src include util test client ztest zoom doc etc
 
 aclocaldir=$(datadir)/aclocal
 
@@ -18,10 +17,10 @@ pkgconfig_DATA = yaz.pc
 SPEC_FILE=$(PACKAGE).spec
 EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS TODO \
        yaz-config.in yaz.pc.in m4/yaz.m4 m4/yaz_libxml2.m4 buildconf.sh \
-       Doxyfile.in m4/acx_pthread.m4
+       Doxyfile.in m4/acx_pthread.m4 m4/ac_check_icu.m4
 
 dist-hook:
-       if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; cp ChangeLog $(distdir); fi
+       if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi
        mkdir $(distdir)/win
        -cp $(srcdir)/win/* $(distdir)/win
        mkdir $(distdir)/debian