X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=49f7ec1de1128f46b1ddb6be286d8669c34d3914;hb=1216d5c910e842b1900d2d5804bb23b89229fc26;hp=46fd0f7b34ab52360c23659095548d5eee307fdb;hpb=ba5ce806058e5a541e858d402135ab62bdbda492;p=pazpar2-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 46fd0f7..49f7ec1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,9 @@ +# $Id: Makefile.am,v 1.9 2007-06-17 07:47:57 adam Exp $ + AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src doc +SUBDIRS = src test 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 cvs2cl: cvs2cl