]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/topdocs-targets.make
* Documentation/user/refman.itely: Compile fix for \mark #'(music ...).
[lilypond.git] / stepmake / stepmake / topdocs-targets.make
index ebb99358d02b711ad2dada1b56ebea306fb063b6..ca8bd0b4d0e710afeefa02b12b523724cc29d133 100644 (file)
@@ -3,9 +3,9 @@ default: local-doc
 
 copy-to-top:  $(TO_TOP_FILES)
        $(foreach i, $(TO_TOP_FILES), \
-         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
+         cp $(i) $(builddir) && ) true
+       -cp $(outroot)/out-www/*png $(outroot)/out-www/index.html $(builddir)
+       -cp $(outdir)/*png $(outdir)/index.html $(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