Regression test, test_http.sh, moved to sub directory test. The test
[pazpar2-moved-to-github.git] / Makefile.am
1 # $Id: Makefile.am,v 1.8 2007-05-15 15:50:47 adam Exp $
2
3 AUTOMAKE_OPTIONS = foreign
4 ACLOCAL_AMFLAGS = -I m4
5
6 SUBDIRS = src test doc
7
8 EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 
9
10 dist-hook:
11         if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; cp ChangeLog $(distdir); fi
12         cp -r $(srcdir)/etc $(distdir)
13         cvs=`find $(distdir)/etc -name CVS -type d -print`; if test "$$cvs"; then rm -r $$cvs; fi
14         cp -r $(srcdir)/www $(distdir)
15         cvs=`find $(distdir)/www -name CVS -type d -print`; if test "$$cvs"; then rm -r $$cvs; fi
16
17
18 cvs2cl:
19         cvs2cl
20
21
22 dox:
23         doxygen
24
25 showdox:
26         doxygen
27         galeon file:///`pwd`/$(top_srcdir)/dox/html/index.html &
28
29 .PHONY: cvs2cl dox showdox