From 962944e9840714afe7e74a9cb3f786b34de8e7c5 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 31 May 2006 15:49:23 +0000 Subject: [PATCH] simplify local-WWW-post. remove -type l from find. --- GNUmakefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 78ae0eeb5a..417b8f10f4 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -78,7 +78,10 @@ local-WWW-post: -mv $(outdir)/web-root/ $(outdir)/old-web-root for d in out-www `cd $(top-build-dir) && find Documentation input -name 'out-www' `; do \ (mkdir -p $(outdir)/web-root/$$d/ || true) ; \ - rsync -a --include source $(foreach pat,$(web-ext), --include '*'.$(pat)) $(top-build-dir)/$$d/ $(outdir)/web-root/$$d/../ ; \ + rsync -a --include source --include music-glossary \ + --include lilypond-internals \ + --include lilypond \ + $(foreach pat,$(web-ext), --include '*'.$(pat)) $(top-build-dir)/$$d/ $(outdir)/web-root/$$d/../ ; \ done ## todo: use --link-dest # --link-dest=$(outdir)/old-web-root/$$d -- 2.39.5