X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=c4dcaefbcca8e6ab439bed00ebc08c7ead02cae0;hp=706f3d72ba9bebc46e3fcf50d1c350c79130df76;hb=191ceffa0af0cc1048ef11a1bf92fece3210c879;hpb=0a5aa3b65fe14789bcada545a0e399545725d1ff diff --git a/Makefile.am b/Makefile.am index 706f3d7..c4dcaef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,17 @@ -## $Id: Makefile.am,v 1.12 2003-02-28 12:33:38 oleg Exp $ +## $Id: Makefile.am,v 1.17 2004-09-15 09:17:25 adam Exp $ AUTOMAKE_OPTIONS=foreign -SUBDIRS=util bfile dfa dict isams isamb isamc isam rset data1 \ +SUBDIRS=util bfile dfa dict isams isamb isamc rset data1 \ recctrl tab index test examples include doc +aclocaldir=$(datadir)/aclocal +aclocal_DATA = idzebra.m4 + SPEC_FILE=$(PACKAGE).spec -EXTRA_DIST= README CHANGELOG $(SPEC_FILE) idzebra.spec.in +EXTRA_DIST= README NEWS $(SPEC_FILE) idzebra.spec.in \ + idzebra-config.in idzebra.m4 dist-hook: cp $(srcdir)/LICENSE* $(distdir) @@ -24,6 +28,7 @@ dist-hook: cp $(srcdir)/debian/postinst $(distdir)/debian cp $(srcdir)/debian/copyright $(distdir)/debian mkdir -p $(distdir)/perl + cd $(srcdir)/perl && ./doswig for f in `cat $(srcdir)/perl/MANIFEST`; do \ (pdir=`cd $(distdir)/perl && pwd`; \ cd $(srcdir)/perl;cp --parents $$f $$pdir); \