Limiting hits to INT_MAX, because yaz can't handle 64-bit hitcounts
[idzebra-moved-to-github.git] / Makefile.am
index 2ad2e8e..9cb40d4 100644 (file)
@@ -1,8 +1,8 @@
-## $Id: Makefile.am,v 1.13 2004-05-10 08:43:19 adam Exp $
+## $Id: Makefile.am,v 1.15 2004-08-06 13:14:46 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
 
 SPEC_FILE=$(PACKAGE).spec
@@ -24,6 +24,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); \