From ff89b983ae7f7a11458ff29dddd3c07cfc0b9db1 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Fri, 18 Jan 2008 17:52:59 +0100 Subject: [PATCH] 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.) --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5