X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=7f07356cab232d6017e3fb1a21e1a0ac87a7707f;hp=6a92c1a8d9e853508e32c78ca710e78ba1ff9ea4;hb=d940392c53c32ccf76fb287cc5b997b9e921a431;hpb=7a5661d46c2051c619fe1b794cca882a72707c52 diff --git a/Makefile.am b/Makefile.am index 6a92c1a..7f07356 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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.45 2007-10-22 17:52:09 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 @@ -21,7 +20,7 @@ EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS TODO \ 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