]> git.donarmstrong.com Git - lilypond.git/commitdiff
simplify local-WWW-post.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 31 May 2006 15:49:23 +0000 (15:49 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 31 May 2006 15:49:23 +0000 (15:49 +0000)
remove -type l from find.

GNUmakefile.in

index 78ae0eeb5a9442c969c8d1002ab81aedd64b9d6e..417b8f10f42f3c2f3bd5b790247256e4a61549b4 100644 (file)
@@ -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