X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=c12418db1760099bb3bf9bb18ad85b887203e2d7;hb=ead317ad91ddd147433840f51df4368a2d4f660f;hp=e23d08675f8d82c494dc207c8648cae255c01c73;hpb=b5b9a40216a338472c3410c8e2554a7a8a900a60;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index e23d086..c12418d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,16 @@ -## $Id: Makefile.am,v 1.6 2002-09-11 20:27:52 adam Exp $ +## $Id: Makefile.am,v 1.14.2.1 2005-01-16 20:19:03 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 +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,8 +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 - rpm -ba $(SPEC_FILE) +cvs2cl: + cvs2cl -F ZEBRA_1_3_16_branch