X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=b492b0cdcdff324b2bd3ff9b08682e0d45c035b1;hp=706f3d72ba9bebc46e3fcf50d1c350c79130df76;hb=6c5467571389a21c91196ce1608945633c1cf92a;hpb=0a5aa3b65fe14789bcada545a0e399545725d1ff diff --git a/Makefile.am b/Makefile.am index 706f3d7..b492b0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,34 +1,35 @@ -## $Id: Makefile.am,v 1.12 2003-02-28 12:33:38 oleg Exp $ AUTOMAKE_OPTIONS=foreign -SUBDIRS=util bfile dfa dict isams isamb isamc isam rset data1 \ - recctrl tab index test examples include doc +ACLOCAL_AMFLAGS = -I m4 -SPEC_FILE=$(PACKAGE).spec +SUBDIRS=util bfile dfa dict isams isamb isamc rset data1 \ + tab index test examples include doc -EXTRA_DIST= README CHANGELOG $(SPEC_FILE) idzebra.spec.in +aclocaldir=$(datadir)/aclocal +aclocal_DATA = m4/idzebra-2.0.m4 + +SPEC_FILE=idzebra.spec + +EXTRA_DIST= README NEWS IDMETA $(SPEC_FILE) \ + idzebra-config-2.0.in m4/idzebra-2.0.m4 m4/yaz.m4 buildconf.sh Doxyfile.in dist-hook: + if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi cp $(srcdir)/LICENSE* $(distdir) - mkdir $(distdir)/win + test -d $(distdir)/win || 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/control $(distdir)/debian - cp $(srcdir)/debian/changelog $(distdir)/debian - cp $(srcdir)/debian/rules $(distdir)/debian - cp $(srcdir)/debian/postinst $(distdir)/debian - cp $(srcdir)/debian/copyright $(distdir)/debian - mkdir -p $(distdir)/perl - 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) +dox: + doxygen + +showdox: + doxygen + firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & + + +.PHONY: dox showdox