X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fly-examples%2FGNUmakefile;h=c5c800b6e4a205b67ce8fc25164ce00ff4bc03bf;hb=HEAD;hp=b4e4d2c0be13cbeceddfac602103a0fb93e0341a;hpb=e885a8cabc8335f1c46c48e92d4048e9d258cd10;p=lilypond.git diff --git a/Documentation/ly-examples/GNUmakefile b/Documentation/ly-examples/GNUmakefile index b4e4d2c0be..c5c800b6e4 100644 --- a/Documentation/ly-examples/GNUmakefile +++ b/Documentation/ly-examples/GNUmakefile @@ -10,7 +10,7 @@ OUT_PNG_PAGES = $(PNG_PAGES:%=$(outdir)/%.png) OUT_SMALL_PNG_FILES = $(OUT_PNG_FILES:%.png=%-small.png) ifeq ($(out),www) -all: $(OUT_PNG_FILES) $(OUT_SMALL_PNG_FILES) +local-WWW-1: $(OUT_PNG_FILES) $(OUT_SMALL_PNG_FILES) endif $(outdir)/%.png: %.ly @@ -18,4 +18,4 @@ $(outdir)/%.png: %.ly mv $(outdir)/$*.preview.png $@ $(outdir)/%-small.png: $(outdir)/%.png - pngtopnm $< | pnmscale -w=600 | pnmtopng > $@ + pngtopnm $< | pnmscale -w=600 | pnmtopng > $@ 2> /dev/null