X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fly-examples%2FGNUmakefile;fp=Documentation%2Fly-examples%2FGNUmakefile;h=b4e4d2c0be13cbeceddfac602103a0fb93e0341a;hb=8bfdda40f3444df7f94f32ebc79e0ccd9695949a;hp=a3ee42280b15fad5e45fbb3d65ae391c2c71513b;hpb=dd6232b71b9d1b1cfd6938608e6583fe54f93004;p=lilypond.git diff --git a/Documentation/ly-examples/GNUmakefile b/Documentation/ly-examples/GNUmakefile index a3ee42280b..b4e4d2c0be 100644 --- a/Documentation/ly-examples/GNUmakefile +++ b/Documentation/ly-examples/GNUmakefile @@ -14,7 +14,7 @@ all: $(OUT_PNG_FILES) $(OUT_SMALL_PNG_FILES) endif $(outdir)/%.png: %.ly - $(LILYPOND_PREVIEW) -o $(outdir) $< + $(buildscript-dir)/run-and-check "$(LILYPOND_PREVIEW) -o $(outdir) $<" "$*.preview.log" mv $(outdir)/$*.preview.png $@ $(outdir)/%-small.png: $(outdir)/%.png