From 08952b9ab1a10c530f76d3cd380f3da0daf8bd25 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 19 Jul 2006 14:34:16 +0000 Subject: [PATCH] filter lily-XXX.pdf files. --- ChangeLog | 2 ++ GNUmakefile.in | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 52c3dc2393..ee01181d52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-07-19 Han-Wen Nienhuys + * 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): diff --git a/GNUmakefile.in b/GNUmakefile.in index 8052ff2593..8cb53003b6 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 -- 2.39.5