X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=219af763fde698207f3b7a2adcc771124cab9acb;hb=d4adcb05577c711c4b235cb3cb827d7735f5331b;hp=fb07d87eaa6add56fb36cc71e14ff84569ae7b53;hpb=b6ba138a2e5f8542b1278721c70f28f3a0400b3c;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index fb07d87eaa..219af763fd 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -89,10 +89,9 @@ local-WWW-post: # need UTF8 setting in case this is hosted on a website. echo -e 'AddDefaultCharset utf-8\nAddCharset utf-8 .html\nAddCharset utf-8 .en\nAddCharset utf-8 .nl\nAddCharset utf-8 .txt\n' > $(top-build-dir)/.htaccess $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(outdir)/examples.html input/ - rm -rf $(outdir)/online-root - rm -rf $(outdir)/offline-root + find $(outdir) -name '*-root' | xargs rm -rf $(PYTHON) $(buildscript-dir)/www_post.py $(PACKAGE_NAME) $(TOPLEVEL_VERSION) $(buildscript-dir) $(top-build-dir)/Documentation/po/$(outdir) $(outdir) "$(WEB_TARGETS)" - find $(outdir)/offline-root -type l -delete + find $(foreach t, $(WEB_TARGETS), $(outdir)/$(t)-root) -type l -delete tree-prefix = $(outdir)