From: Jan Nieuwenhuizen Date: Tue, 21 Nov 2006 20:21:36 +0000 (+0100) Subject: Do not copy /fr/ into web-root. X-Git-Tag: release/2.10.2-1~29 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eb36ac7b82cceff0bf1ec884117b007686bf9c89;p=lilypond.git Do not copy /fr/ into web-root. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 6f66938dfe..677d33ec87 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -92,6 +92,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