X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=e584a43fa3abbf04db3de51ce2ed73041ab89357;hb=714fc16a13c620527ebc11d254ba4e7b299a25f0;hp=3e772baa020ba2e76cac048cff1d41cf6db055e4;hpb=519fefb91135ad52134b9fc4e82b3874f5525a2b;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 3e772ba..e584a43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,16 @@ -## $Id: Makefile.am,v 1.8 2002-10-22 12:51:08 adam Exp $ +## $Id: Makefile.am,v 1.14 2004-07-28 11:15:10 adam Exp $ AUTOMAKE_OPTIONS=foreign -EXTRA_DIST= README CHANGELOG - SUBDIRS=util bfile dfa dict isams isamb isamc isam rset data1 \ - recctrl tab index test include doc + 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,12 @@ dist-hook: cp $(srcdir)/debian/rules $(distdir)/debian 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); \ + done rpm: $(PACKAGE)-$(VERSION).tar.gz cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES