From 3b5a15a6ac61e2dd3b9f1a3faed3050136547bee Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:47:36 +0000 Subject: [PATCH] lilypond-1.3.47 --- stepmake/stepmake/yolily-topdoc-targets.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmake/stepmake/yolily-topdoc-targets.make b/stepmake/stepmake/yolily-topdoc-targets.make index b60d82b2d3..98824da8b1 100644 --- a/stepmake/stepmake/yolily-topdoc-targets.make +++ b/stepmake/stepmake/yolily-topdoc-targets.make @@ -8,9 +8,9 @@ $(outdir)/%.html: %.yo $(sed-version) < $@.in > $@ rm -f $@.in -local-WWW: - -cp $(outdir)/*png $(outdir)/index.html $(depth) # don't fail if not making website +local-WWW: copy-to-top 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 -- 2.39.5