From eb36ac7b82cceff0bf1ec884117b007686bf9c89 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 21 Nov 2006 21:21:36 +0100 Subject: [PATCH] Do not copy /fr/ into web-root. --- GNUmakefile.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5