From: Han-Wen Nienhuys Date: Tue, 12 Dec 2006 14:12:47 +0000 (+0100) Subject: regex thinko with pdf filtering X-Git-Tag: release/2.11.2-1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=246cab0f540492a1e7b7b35f35c982521e4cf8b0;p=lilypond.git regex thinko with pdf filtering --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 2bae2f8df7..d25212c13d 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-9a-f][0-9a-f]*.pdf' \ + | grep -v 'lily-[0-9a-f]*.*pdf' \ | grep -v '/fr/' \ > $(outdir)/weblist ls $(outdir)/*.html >> $(outdir)/weblist