]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
* make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
[lilypond.git] / GNUmakefile.in
index 417b8f10f42f3c2f3bd5b790247256e4a61549b4..13ba6a3dca0086a466f23fb5589ebb12fd34401e 100644 (file)
@@ -72,13 +72,13 @@ local-WWW-post:
        echo '<html><body>Redirecting to the documentation index...</body></html>' >> $(outdir)/index.html
 
        cd $(top-build-dir) && $(FIND) . -name '*.html' -print | $(footifymail) xargs $(footify)
-       cd $(top-build-dir) && find . -name \*.html~ -print | xargs rm -f
 
 ## rewrite file names so we lose out-www
        -mv $(outdir)/web-root/ $(outdir)/old-web-root
        for d in out-www `cd $(top-build-dir) && find Documentation input -name 'out-www' `; do \
+               echo $$d ; \
                (mkdir -p $(outdir)/web-root/$$d/ || true) ; \
-               rsync -a --include source --include music-glossary \
+               rsync -Wa --include source --include music-glossary \
                        --include lilypond-internals  \
                        --include lilypond \
                $(foreach pat,$(web-ext), --include '*'.$(pat)) $(top-build-dir)/$$d/ $(outdir)/web-root/$$d/../ ; \
@@ -173,7 +173,6 @@ $(tree-share-prefix)/mf-link-tree link-mf-tree: $(tree-share-prefix)/lilypond-fo
        -cd $(tree-share-prefix)/fonts/type1 && \
                ln -s ../../../../../../mf/$(outconfbase)/*.pfa .
 
-
 TAGS.make: dummy
        etags -o $@ $(find $(srcdir) -name 'GNUmakefile*' -o -name '*.make')