X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=27ce608ecee4a8c8fe6129b6c01d63fcc4695f6e;hp=d9ba944ea0ab3075ffb2073b573a71fab20665eb;hb=4a2679696a2d016ae702e2f54c46dce677a05116;hpb=cd13985dc9d5335f6dc2f6b015407cc8dd5d8772 diff --git a/Makefile.am b/Makefile.am index d9ba944..27ce608 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,31 +1,35 @@ -## $Id: Makefile.am,v 1.7 2002-09-25 09:50:20 adam Exp $ AUTOMAKE_OPTIONS=foreign -EXTRA_DIST= README CHANGELOG +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS=util bfile dfa dict isams isamb isamc isam rset recctrl tab index test 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 IDMETA $(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 + 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 + +dox: + doxygen + +showdox: + doxygen + firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & -rpm: $(PACKAGE)-$(VERSION).tar.gz - cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES - rpm -ba $(SPEC_FILE) +.PHONY: dox showdox