From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Tue, 21 Nov 2006 20:21:36 +0000 (+0100)
Subject: Do not copy /fr/ into web-root.
X-Git-Tag: release/2.11.2-1~29
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3e315f95b7f30c6847238392020c922a3662a571;p=lilypond.git

Do not copy /fr/ into web-root.
---

diff --git a/GNUmakefile.in b/GNUmakefile.in
index b5af8926c5..961065d9c6 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -99,6 +99,7 @@ local-WWW-post:
 	cd $(top-build-dir) && find Documentation input \
 		$(web-ext:%=-path '*/out-www/*.%' -or) -type l \
 		| grep -v 'lily-[0-9].*.pdf' \
+		| grep -v '/fr/' \
 		> $(outdir)/weblist
 	ls $(outdir)/*.html >> $(outdir)/weblist