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.10.2-1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e7d4f4ed0cd28e786cac81c41e808b82f0da7fd7;p=lilypond.git regex thinko with pdf filtering --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 903751fd18..d06bb9a62d 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -93,7 +93,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