X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=b032354f2c38e85f665c8ef75a0381fc8f79420b;hb=0ef68e6e54cfd7a91a28ee3b1f305924ac34e787;hp=317e3ecdaedfa80c1c193b6f47efee9dbea17835;hpb=2b33b395b50c562323ea2b0251f9b798cf5241d2;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 317e3ec..b032354 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,22 +1,22 @@ -## $Id: Makefile.am,v 1.3 2000-10-11 12:31:27 adam Exp $ AUTOMAKE_OPTIONS=foreign -EXTRA_DIST= README CHANGELOG +ACLOCAL_AMFLAGS = -I m4 -if ISZMBOL -SUBDIRS=util bfile dfa dict isams isamb 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 +SUBDIRS=util bfile dfa dict isams isamb isamc rset data1 \ + tab index test examples include doc -SPEC_FILE=$(PACKAGE).spec +aclocaldir=$(datadir)/aclocal +aclocal_DATA = m4/idzebra-2.0.m4 + +SPEC_FILE=idzebra.spec + +EXTRA_DIST= README NEWS $(SPEC_FILE) $(SPEC_FILE).in \ + idzebra-config-2.0.in m4/idzebra-2.0.m4 m4/yaz.m4 buildconf.sh Doxyfile.in dist-hook: - cd doc; make + if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi cp $(srcdir)/LICENSE* $(distdir) - cp $(srcdir)/*.spec $(distdir) mkdir $(distdir)/win for i in $(srcdir)/win/*; do \ if test -f $$i; then \ @@ -24,6 +24,12 @@ dist-hook: fi; \ done -rpm: $(PACKAGE)-$(VERSION).tar.gz - cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES - rpm -ba $(SPEC_FILE) +dox: + doxygen + +showdox: + doxygen + firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & + + +.PHONY: dox showdox