X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=093ba5ad4a5dbe9cbfc25d0b35a0198f82df8986;hp=fecd704da8fb7e817ac0742ed067c95262f304be;hb=553ce0f9320b097b962ddd961989f5c8ad7fcf9f;hpb=40e64fc6d452f02389a00e5c8004f895342099c2 diff --git a/Makefile.am b/Makefile.am index fecd704..093ba5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,19 +1,22 @@ -## $Id: Makefile.am,v 1.20 2005-01-15 21:45:42 adam Exp $ +## $Id: Makefile.am,v 1.25 2006-06-28 13:26:13 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 +SPEC_FILE=idzebra.spec -EXTRA_DIST= README NEWS $(SPEC_FILE) idzebra.spec.in \ - idzebra-config.in idzebra.m4 Doxyfile.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 \ @@ -30,6 +33,14 @@ dist-hook: cp $(srcdir)/debian/copyright $(distdir)/debian cp $(srcdir)/debian/rules $(distdir)/debian -rpm: $(PACKAGE)-$(VERSION).tar.gz - cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES - rpm -ba $(SPEC_FILE) +cvs2cl: + cvs2cl + + +dox: + doxygen + +showdox: + doxygen + firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html & +