From 7ed584358c0b249915a408198d1cfe9471a78cfb Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 12 Dec 2006 14:51:48 +0100 Subject: [PATCH] strip all lily-XXXX PDF files. --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 85ce62d984..2bae2f8df7 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -100,7 +100,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 'lily-[0-9a-f][0-9a-f]*.pdf' \ | grep -v '/fr/' \ > $(outdir)/weblist ls $(outdir)/*.html >> $(outdir)/weblist -- 2.39.5