From: Han-Wen Nienhuys Date: Tue, 12 Dec 2006 13:51:48 +0000 (+0100) Subject: strip all lily-XXXX PDF files. X-Git-Tag: release/2.10.2-1~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b6e406efab2b43a7d51ff8c39d61b83d05fb42a6;p=lilypond.git strip all lily-XXXX PDF files. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 15371c0506..903751fd18 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-9].*.pdf' \ + | grep -v 'lily-[0-9a-f][0-9a-f]*.pdf' \ | grep -v '/fr/' \ > $(outdir)/weblist ls $(outdir)/*.html >> $(outdir)/weblist