X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=c61a48355892b98dc0584c332d7ffd515fa2fa3f;hb=d284fe71faaa02d3e066d7f1db7d884fe0f8b0ee;hp=2096f0d0004144021b8339692cebebaf8aa50a6c;hpb=ad082113401287efdd32da0b2c2a3b169a169ea9;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 2096f0d..c61a483 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,20 @@ -## $Id: Makefile.am,v 1.5 2002-09-05 14:36:20 adam Exp $ +## $Id: Makefile.am,v 1.18 2004-09-28 12:52:03 adam Exp $ AUTOMAKE_OPTIONS=foreign -EXTRA_DIST= README CHANGELOG +SUBDIRS=util bfile dfa dict isams isamb isamc rset data1 \ + recctrl tab index test examples include doc -SUBDIRS=util bfile dfa dict isams isamb isamc isam rset recctrl tab index test -DIST_SUBDIRS=$(SUBDIRS) include doc +aclocaldir=$(datadir)/aclocal +aclocal_DATA = idzebra.m4 SPEC_FILE=$(PACKAGE).spec +EXTRA_DIST= README NEWS $(SPEC_FILE) idzebra.spec.in \ + idzebra-config.in idzebra.m4 + 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 \ @@ -24,7 +26,7 @@ dist-hook: cp $(srcdir)/debian/changelog $(distdir)/debian cp $(srcdir)/debian/rules $(distdir)/debian cp $(srcdir)/debian/postinst $(distdir)/debian - + cp $(srcdir)/debian/copyright $(distdir)/debian rpm: $(PACKAGE)-$(VERSION).tar.gz cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES