]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/topdocs-targets.make
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / stepmake / stepmake / topdocs-targets.make
index ef2115d79f1abbd87d0473c09e5a07a1739a0435..bfe076893fd12d62f7d2e7f39aa27a24befd11d7 100644 (file)
@@ -1,4 +1,9 @@
 
 default: local-doc
 
-local-WWW: $(HTML_FILES) $(PDF_FILES) $(TO_TOP_FILES)
+copy-to-top:  $(TO_TOP_FILES)
+       $(foreach i, $(TO_TOP_FILES), \
+         cp $(i) $(top-build-dir) && ) true
+
+local-WWW: $(HTML_FILES) $(PDF_FILES) copy-to-top
+