X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=9cb40d413f3ad6d59a80f54c1ef8eca752bae99e;hb=fe89ed8ea4b4482f79f4c570f789c7004ddb10cc;hp=fe2df4138c6b460cb9ddf3e9e9996b2383bd9214;hpb=5853e59dcc311f8cfb28f39ea4cd3482ea6c3cbf;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index fe2df41..9cb40d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,16 @@ -## $Id: Makefile.am,v 1.10 2002-11-15 23:00:59 adam Exp $ +## $Id: Makefile.am,v 1.15 2004-08-06 13:14:46 adam Exp $ AUTOMAKE_OPTIONS=foreign -EXTRA_DIST= README CHANGELOG - -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 SPEC_FILE=$(PACKAGE).spec +EXTRA_DIST= README NEWS $(SPEC_FILE) idzebra.spec.in + dist-hook: - cd doc; make cp $(srcdir)/LICENSE* $(distdir) - cp $(srcdir)/*.spec $(distdir) mkdir $(distdir)/win for i in $(srcdir)/win/*; do \ if test -f $$i; then \ @@ -25,7 +23,8 @@ dist-hook: cp $(srcdir)/debian/rules $(distdir)/debian cp $(srcdir)/debian/postinst $(distdir)/debian cp $(srcdir)/debian/copyright $(distdir)/debian - mkdir $(distdir)/perl + 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); \