Doxygen looks in more directories for source
[idzebra-moved-to-github.git] / Makefile.am
index eaeac2f..6decffa 100644 (file)
@@ -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 &
+