X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=0ae7ebe57042131dbf34be79779c69b8f423dab5;hb=f549d4f3a0081285ecbc3406305abde674ad048e;hp=9a2eb04d9335caefaed04a56cca6b2b739c7bbce;hpb=ddad4c87874bdcc1b7c0575338d15610e68439ab;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 9a2eb04..0ae7ebe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.27 2006-08-10 18:02:28 adam Exp $ +## $Id: Makefile.am,v 1.29 2007-02-07 12:50:13 marc Exp $ AUTOMAKE_OPTIONS=foreign @@ -8,12 +8,12 @@ SUBDIRS=util bfile dfa dict isams isamb isamc rset data1 \ tab index test examples include doc aclocaldir=$(datadir)/aclocal -aclocal_DATA = m4/idzebra.m4 +aclocal_DATA = m4/idzebra-2.0.m4 SPEC_FILE=idzebra.spec EXTRA_DIST= README NEWS $(SPEC_FILE) $(SPEC_FILE).in \ - idzebra-config.in m4/idzebra.m4 m4/yaz.m4 Doxyfile.in + idzebra-config-2.0.in m4/idzebra-2.0.m4 m4/yaz.m4 Doxyfile.in dist-hook: if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi @@ -46,3 +46,5 @@ showdox: doxygen firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & + +.PHONY: cvs2cl dox showdox \ No newline at end of file