]> git.donarmstrong.com Git - lilypond.git/commitdiff
filter lily-XXX.pdf files.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 19 Jul 2006 14:34:16 +0000 (14:34 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 19 Jul 2006 14:34:16 +0000 (14:34 +0000)
ChangeLog
GNUmakefile.in

index 52c3dc2393249935f5b9b24fa8edd0407a3190bb..ee01181d52ce8330c5b8d627fa04da4ea8bd5adb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-07-19  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * GNUmakefile.in: filter lily-XXX.pdf files.
+
        * scm/define-grob-interfaces.scm (bend-after-interface): add thickness.
 
        * scm/define-grob-properties.scm (all-internal-grob-properties):
index 8052ff25931239ed0889b9200226f68f7497cd10..8cb53003b675e3c811327977e9d9a4e291baee0c 100644 (file)
@@ -83,6 +83,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' \
                > $(outdir)/weblist
        ls $(outdir)/*.html >> $(outdir)/weblist