]> git.donarmstrong.com Git - lilypond.git/commitdiff
regex thinko with pdf filtering
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 12 Dec 2006 14:12:47 +0000 (15:12 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 12 Dec 2006 15:18:32 +0000 (16:18 +0100)
GNUmakefile.in

index 2bae2f8df79c26463c6b4c4a1dc23e1ce25ef593..d25212c13d76066807a70be65358bd2c7d12b84e 100644 (file)
@@ -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