]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / GNUmakefile.in
index 2617397199e5215c59e0c9f060c80f5d778eedb6..3a7d3a80e812c70d5cc890d61c5a21245cc2ad43 100644 (file)
@@ -73,17 +73,24 @@ local-WWW-post:
 
        cd $(top-build-dir) && $(FIND) . -name '*.html' -print | $(footifymail) xargs $(footify)
        cd $(top-build-dir) && find . -name \*.html~ -print | xargs rm -f
+       cd $(top-build-dir) && find Documentation input \
+               $(web-ext:%=-path '*/out-www/*.%' -or) -type l \
+               > $(outdir)/weblist
+       ls $(outdir)/*.html >> $(outdir)/weblist
 
 ## 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' -or -type l`; do \
-               (mkdir -p $(outdir)/web-root/$$d/ || true) ; \
-               rsync -a $(foreach pat,$(web-ext), --include '*'.$(pat)) $(top-build-dir)/$$d/ $(outdir)/web-root/$$d/../ ; \
+       rm -rf $(outdir)/web-root/
+       mkdir $(outdir)/web-root/  
+       cat $(outdir)/weblist | (cd $(top-build-dir); tar -cf-  -T- ) | \
+               tar -C $(outdir)/web-root/ -xf -  
+       for dir in $(outdir)/web-root/ ; do  \
+               cd $$dir && \
+               for a in `find . -name out-www`; do \
+                       rsync -a  --link-dest $$a/ $$a/ $$a/.. ; \
+                       rm -rf $$a ; \
+               done \
        done
-## todo: use --link-dest
-#  --link-dest=$(outdir)/old-web-root/$$d
-       -rm -rf $(outdir)/old-web-root
-
+       echo $(TOPLEVEL_VERSION) > $(outdir)/web-root/VERSION
 
 tree-prefix = $(outdir)
 tree-bin = $(tree-prefix)/bin