Report 'too many characters in search..'
[idzebra-moved-to-github.git] / Makefile.am
1
2 AUTOMAKE_OPTIONS=foreign
3
4 ACLOCAL_AMFLAGS = -I m4
5
6 SUBDIRS=util bfile dfa dict isams isamb isamc rset data1 \
7  tab index test examples include doc
8
9 aclocaldir=$(datadir)/aclocal
10 aclocal_DATA = m4/idzebra-2.0.m4
11
12 SPEC_FILE=idzebra.spec
13
14 EXTRA_DIST= README NEWS IDMETA $(SPEC_FILE) \
15  idzebra-config-2.0.in m4/idzebra-2.0.m4 m4/yaz.m4 buildconf.sh Doxyfile.in
16
17 dist-hook:
18         if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi
19         cp $(srcdir)/LICENSE* $(distdir)
20         test -d $(distdir)/win || mkdir $(distdir)/win
21         for i in $(srcdir)/win/*; do \
22                 if test -f $$i; then \
23                         cp $$i $(distdir)/win; \
24                 fi; \
25         done
26
27 dox:
28         doxygen
29
30 showdox:
31         doxygen
32         firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html &
33
34
35 .PHONY: dox showdox