Omit CVS Id. Update copyright year.
[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 $(SPEC_FILE) $(SPEC_FILE).in \
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         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         mkdir $(distdir)/debian
27         cp $(srcdir)/debian/*.install $(distdir)/debian
28         cp $(srcdir)/debian/*.manpages $(distdir)/debian
29         cp $(srcdir)/debian/*.postinst $(distdir)/debian
30         cp $(srcdir)/debian/*.prerm $(distdir)/debian
31         cp $(srcdir)/debian/changelog $(distdir)/debian
32         cp $(srcdir)/debian/compat $(distdir)/debian
33         cp $(srcdir)/debian/control $(distdir)/debian
34         cp $(srcdir)/debian/copyright $(distdir)/debian
35         cp $(srcdir)/debian/rules $(distdir)/debian
36
37 cvs2cl:
38         cvs2cl
39
40
41 dox:
42         doxygen
43
44 showdox:
45         doxygen
46         firefox -new-window file:///`pwd`/$(top_srcdir)/dox/html/index.html &
47
48
49 .PHONY: cvs2cl dox showdox