From: Han-Wen Nienhuys Date: Wed, 31 May 2006 15:49:22 +0000 (+0000) Subject: simplify local-WWW-post. X-Git-Tag: release/2.10.0-2~611 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e06c9eae677864130f5a4253ddfbcc239146c232;p=lilypond.git simplify local-WWW-post. remove -type l from find. --- diff --git a/ChangeLog b/ChangeLog index 6f5727dbaf..63e06f51f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2006-05-31 Han-Wen Nienhuys * GNUmakefile.in: simplify local-WWW-post. + remove -type l from find. * buildscripts/output-distance.py (ComparisonData.compare_trees): fixes. Don't follow symlinks. 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