From: Adam Dickmeiss Date: Fri, 20 Jun 2008 08:34:25 +0000 (+0200) Subject: Directory debian no longer part of dist. X-Git-Tag: v1.0.10~18 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=908388d0ba4d1a23421e6aad2855ca0403c92191 Directory debian no longer part of dist. --- 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; \