X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=fecd704da8fb7e817ac0742ed067c95262f304be;hb=9d840b825ab6011f2714bd4b4f81e453a3955a2d;hp=2232779fc4948c4ba87c2af63bd1c41104711797;hpb=87515c8d89b4b0e3ceadac4bded487efa099a94e;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 2232779..fecd704 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,28 +1,34 @@ -## $Id: Makefile.am,v 1.2 2000-04-06 09:03:27 adam Exp $ +## $Id: Makefile.am,v 1.20 2005-01-15 21:45:42 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 -if ISZMBOL -SUBDIRS=util bfile dfa dict isams isamc isam rset recctrl tab index test -else -SUBDIRS=util bfile dfa dict isams rset recctrl tab index test -endif -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 Doxyfile.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 \ cp $$i $(distdir)/win; \ fi; \ done + mkdir $(distdir)/debian + cp $(srcdir)/debian/*.install $(distdir)/debian + cp $(srcdir)/debian/*.manpages $(distdir)/debian + cp $(srcdir)/debian/changelog $(distdir)/debian + cp $(srcdir)/debian/compat $(distdir)/debian + cp $(srcdir)/debian/control $(distdir)/debian + cp $(srcdir)/debian/copyright $(distdir)/debian + cp $(srcdir)/debian/rules $(distdir)/debian rpm: $(PACKAGE)-$(VERSION).tar.gz cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES