]> git.donarmstrong.com Git - lilypond.git/commitdiff
Keep symlinks in out-www/online-root
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 18 Jan 2008 16:52:59 +0000 (17:52 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 18 Jan 2008 16:52:59 +0000 (17:52 +0100)
.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

index 34576093d6873bd14a7a57ff2284cd4dcfe7907b..52e4a1b3142aabca6d69b4aba281bb337f56e685 100644 (file)
@@ -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)