]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/topdocs-targets.make
* buildscripts/mutopia-index.py (headertext_nopics): Add missing
[lilypond.git] / stepmake / stepmake / topdocs-targets.make
index fd64b837c6adf1152f641b16583699a971fb848b..ebb99358d02b711ad2dada1b56ebea306fb063b6 100644 (file)
@@ -3,8 +3,9 @@ default: local-doc
 
 copy-to-top:  $(TO_TOP_FILES)
        $(foreach i, $(TO_TOP_FILES), \
-         cp $(i) $(depth)/ && ) true
-       -cp $(outdir)/*png $(outdir)/index.html $(depth)  # don't fail if not making website
+         cp $(i) $(depth)/$(builddir) && ) true
+       -cp $(outroot)/out-www/*png $(outroot)/out-www/index.html $(depth)/$(builddir)  
+       -cp $(outdir)/*png $(outdir)/index.html $(depth)/$(builddir)  # don't fail when not making website
 
 local-WWW: $(HTML_FILES) copy-to-top
 # we want footers even if website builds (or is built) partly