From: John Mandereau Date: Fri, 18 Jan 2008 16:52:59 +0000 (+0100) Subject: Keep symlinks in out-www/online-root X-Git-Tag: release/2.11.38-1~45^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ff89b983ae7f7a11458ff29dddd3c07cfc0b9db1;p=lilypond.git Keep symlinks in out-www/online-root .en.html symlinks are needed for proper automatic language selection with web browsers. (Other symlinks (like .png) may not be necessary, but it causes no harm keeping them.) --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 34576093d6..52e4a1b314 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -85,7 +85,7 @@ local-WWW-post: $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(outdir)/examples.html input/ 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 $(foreach t, $(WEB_TARGETS), $(outdir)/$(t)-root) -type l -delete + find $(outdir)/offline-root -type l -delete tree-prefix = $(outdir)