X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=bd7852e56376e7c5a581416dc1100a0f2feed702;hb=908388d0ba4d1a23421e6aad2855ca0403c92191;hp=d801bf8a5a696f603e738c8b126d0f597e154196;hpb=7b6a5229728d844018cd5ad1f17953b654b27f98;p=pazpar2-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index d801bf8..bd7852e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 win/makefile dist-hook: if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi - for d in etc etc/settings www/test1 www/jsdemo debian; do \ + for d in etc etc/settings www/test1 www/jsdemo; do \ mkdir -p $(distdir)/$$d; \ for f in $(srcdir)/$$d/*; do \ test -f $$f && cp $$f $(distdir)/$$d; \