X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=49f7ec1de1128f46b1ddb6be286d8669c34d3914;hb=1216d5c910e842b1900d2d5804bb23b89229fc26;hp=6fd447cf4538ba1b0bb1d010822c99b60fc4548f;hpb=73d4fa8c17d6db74b63d63dd31606f077fab217a;p=pazpar2-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 6fd447c..49f7ec1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,11 @@ +# $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 buildconf.sh Doxyfile.in m4/yaz.m4 +EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 dist-hook: if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; cp ChangeLog $(distdir); fi @@ -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