From 3e315f95b7f30c6847238392020c922a3662a571 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 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 -- 2.39.5