X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=4041ed59e4ad3b88ba57e9108241ca37fc3d74d1;hb=6d018940fd6f6b82a71d8d1e10d2e139bf370635;hp=191b0277e5e819c3232642683bf44acb42ae3ee9;hpb=f32b9bdea4feeb2c81c9e4e71d57922394a0ec20;p=pazpar2-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 191b027..4041ed5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,12 +9,12 @@ EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.m4 \ 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; do \ + for d in etc etc/settings etc/services www/test1 www/jsdemo; do \ mkdir -p $(distdir)/$$d; \ for f in $(srcdir)/$$d/*; do \ test -f $$f && cp $$f $(distdir)/$$d; \ done; \ - done; exit 0 + done; rm -f $(distdir)/etc/pazpar2.cfg; exit 0 .PHONY:debian debian: