X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=86f506680f3e92d3081dc02f05dcddd426268f58;hb=7f417885b90eff084fc83be569b98e30dad4a056;hp=39470ff381c51d1d561531c2d92ef874500bb9df;hpb=90baac18fe65226ec366b0626ee0ad8e18a4c0d7;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 39470ff..86f5066 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,19 +1,22 @@ -## $Id: Makefile.am,v 1.21 2005-01-16 20:19:20 adam Exp $ +## $Id: Makefile.am,v 1.24 2006-06-07 07:50:58 adam Exp $ AUTOMAKE_OPTIONS=foreign +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS=util bfile dfa dict isams isamb isamc rset data1 \ recctrl tab index test examples include doc aclocaldir=$(datadir)/aclocal -aclocal_DATA = idzebra.m4 +aclocal_DATA = m4/idzebra.m4 SPEC_FILE=$(PACKAGE).spec EXTRA_DIST= README NEWS $(SPEC_FILE) idzebra.spec.in \ - idzebra-config.in idzebra.m4 Doxyfile.in + idzebra-config.in m4/idzebra.m4 m4/yaz.m4 Doxyfile.in dist-hook: + if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi cp $(srcdir)/LICENSE* $(distdir) mkdir $(distdir)/win for i in $(srcdir)/win/*; do \ @@ -32,3 +35,12 @@ dist-hook: cvs2cl: cvs2cl + + +dox: + doxygen + +showdox: + doxygen + firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & +