X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=4041ed59e4ad3b88ba57e9108241ca37fc3d74d1;hb=fa8b2dbfe66f01e4cea8a4962807f94912a2740d;hp=c51fafc4b444413dd5a9844a7313042b05ca34f7;hpb=ad3203225e3a4fd4af797a11d0ae9deb5f895e05;p=pazpar2-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index c51fafc..4041ed5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ 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; \