X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=fe2df4138c6b460cb9ddf3e9e9996b2383bd9214;hb=c50b7223e10de52e713be64559129ea89e8ed601;hp=e23d08675f8d82c494dc207c8648cae255c01c73;hpb=b5b9a40216a338472c3410c8e2554a7a8a900a60;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index e23d086..fe2df41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ -## $Id: Makefile.am,v 1.6 2002-09-11 20:27:52 adam Exp $ +## $Id: Makefile.am,v 1.10 2002-11-15 23:00:59 adam Exp $ AUTOMAKE_OPTIONS=foreign EXTRA_DIST= README CHANGELOG -SUBDIRS=util bfile dfa dict isams isamb isamc isam rset recctrl tab index test -DIST_SUBDIRS=$(SUBDIRS) include doc +SUBDIRS=util bfile dfa dict isams isamb isamc isam rset data1 \ + recctrl tab index test examples include doc SPEC_FILE=$(PACKAGE).spec @@ -25,7 +25,11 @@ dist-hook: cp $(srcdir)/debian/rules $(distdir)/debian cp $(srcdir)/debian/postinst $(distdir)/debian cp $(srcdir)/debian/copyright $(distdir)/debian - + mkdir $(distdir)/perl + for f in `cat $(srcdir)/perl/MANIFEST`; do \ + (pdir=`cd $(distdir)/perl && pwd`; \ + cd $(srcdir)/perl;cp --parents $$f $$pdir); \ + done rpm: $(PACKAGE)-$(VERSION).tar.gz cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES