X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=6decffa7b307f39e088ee0d8c85bd1f1a2a7d00b;hb=d089fa72c83a673c788d828687dbec88fe9d1c4a;hp=eaeac2fa48ee23b543e9018d2e7ca60a9d37b903;hpb=5168b35eab901a50e5afca1a01b2250c343b97f7;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index eaeac2f..6decffa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,22 @@ -## $Id: Makefile.am,v 1.22 2006-03-30 18:00:51 adam Exp $ +## $Id: Makefile.am,v 1.26 2006-07-03 14:27:00 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 + tab index test examples include doc 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 & +