From: Adam Dickmeiss Date: Wed, 7 Jun 2006 07:50:58 +0000 (+0000) Subject: Make ChangeLog as part of make dist X-Git-Tag: before.bug.529~80 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=665a6196710aa7e3bcc570c083f353d756cb0a8d;p=idzebra-moved-to-github.git Make ChangeLog as part of make dist --- diff --git a/Makefile.am b/Makefile.am index 582f00f..86f5066 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.23 2006-05-08 12:09:49 marc Exp $ +## $Id: Makefile.am,v 1.24 2006-06-07 07:50:58 adam Exp $ AUTOMAKE_OPTIONS=foreign @@ -16,6 +16,7 @@ EXTRA_DIST= README NEWS $(SPEC_FILE) idzebra.spec.in \ idzebra-config.in m4/idzebra.m4 m4/yaz.m4 Doxyfile.in dist-hook: + if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi cp $(srcdir)/LICENSE* $(distdir) mkdir $(distdir)/win for i in $(srcdir)/win/*; do \