X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=fe2df4138c6b460cb9ddf3e9e9996b2383bd9214;hb=5e22c797a3b8155ec46e4680f2bc3b5ef163752b;hp=d9ba944ea0ab3075ffb2073b573a71fab20665eb;hpb=cd13985dc9d5335f6dc2f6b015407cc8dd5d8772;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index d9ba944..fe2df41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,11 @@ -## $Id: Makefile.am,v 1.7 2002-09-25 09:50:20 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 include doc +SUBDIRS=util bfile dfa dict isams isamb isamc isam rset data1 \ + recctrl tab index test examples include doc SPEC_FILE=$(PACKAGE).spec @@ -24,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