X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=093ba5ad4a5dbe9cbfc25d0b35a0198f82df8986;hb=4b596d1b6150430c615ca7724876e5974a282d7d;hp=eaeac2fa48ee23b543e9018d2e7ca60a9d37b903;hpb=5168b35eab901a50e5afca1a01b2250c343b97f7;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index eaeac2f..093ba5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.22 2006-03-30 18:00:51 adam Exp $ +## $Id: Makefile.am,v 1.25 2006-06-28 13:26:13 adam Exp $ AUTOMAKE_OPTIONS=foreign @@ -10,12 +10,13 @@ SUBDIRS=util bfile dfa dict isams isamb isamc rset data1 \ aclocaldir=$(datadir)/aclocal aclocal_DATA = m4/idzebra.m4 -SPEC_FILE=$(PACKAGE).spec +SPEC_FILE=idzebra.spec -EXTRA_DIST= README NEWS $(SPEC_FILE) idzebra.spec.in \ +EXTRA_DIST= README NEWS $(SPEC_FILE) $(SPEC_FILE).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 \ @@ -34,3 +35,12 @@ dist-hook: cvs2cl: cvs2cl + + +dox: + doxygen + +showdox: + doxygen + firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & +