X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=582f00fe8bc60565b4a55483d864d8ee05d0ec20;hb=f7a3769dede0071696bdcc13ae2ee1efe6d52d96;hp=39470ff381c51d1d561531c2d92ef874500bb9df;hpb=90baac18fe65226ec366b0626ee0ad8e18a4c0d7;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 39470ff..582f00f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,19 @@ -## $Id: Makefile.am,v 1.21 2005-01-16 20:19:20 adam Exp $ +## $Id: Makefile.am,v 1.23 2006-05-08 12:09:49 marc 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: cp $(srcdir)/LICENSE* $(distdir) @@ -32,3 +34,12 @@ dist-hook: cvs2cl: cvs2cl + + +dox: + doxygen + +showdox: + doxygen + firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & +