X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=987142d00b3c95551be20ddd96c4208b60c139ff;hb=babf401143ef8da84a8dd137ac6425b9c4c482ba;hp=46fd0f7b34ab52360c23659095548d5eee307fdb;hpb=ba5ce806058e5a541e858d402135ab62bdbda492;p=pazpar2-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 46fd0f7..987142d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,9 @@ +# $Id: Makefile.am,v 1.11 2007-06-17 18:24:02 adam Exp $ + AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src doc +SUBDIRS = src test js doc EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 @@ -11,7 +13,10 @@ dist-hook: cvs=`find $(distdir)/etc -name CVS -type d -print`; if test "$$cvs"; then rm -r $$cvs; fi cp -r $(srcdir)/www $(distdir) cvs=`find $(distdir)/www -name CVS -type d -print`; if test "$$cvs"; then rm -r $$cvs; fi - + mkdir $(distdir)/debian + for f in $(srcdir)/debian/*; do \ + test -f $$f && cp $$f $(distdir)/debian; \ + done; exit 0 cvs2cl: cvs2cl