X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=6a92c1a8d9e853508e32c78ca710e78ba1ff9ea4;hp=fe022afa50ce91adc4259e54e4f7f355eefd49a6;hb=93848af242b888a6aeba304be54e2ff5cc5e510f;hpb=f7cd94cdd1d0ab8655419c6f5ca9ec19f659b2f1 diff --git a/Makefile.am b/Makefile.am index fe022af..6a92c1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1995-2007, Index Data, All rights reserved. -## $Id: Makefile.am,v 1.42 2007-03-07 09:09:22 adam Exp $ +## $Id: Makefile.am,v 1.45 2007-10-22 17:52:09 adam Exp $ AUTOMAKE_OPTIONS = foreign @@ -18,10 +18,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 ; fi + if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; cp ChangeLog $(distdir); fi mkdir $(distdir)/win -cp $(srcdir)/win/* $(distdir)/win mkdir $(distdir)/debian