From: Phil Holmes Date: Sun, 1 Apr 2012 15:50:54 +0000 (+0100) Subject: Directs pnmtopng stderr output to dev/null X-Git-Tag: release/2.15.36-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f066b84b195e1147bfb8e092e3a9d003772ed546;p=lilypond.git Directs pnmtopng stderr output to dev/null --- diff --git a/Documentation/ly-examples/GNUmakefile b/Documentation/ly-examples/GNUmakefile index b4e4d2c0be..ad1c84ae49 100644 --- a/Documentation/ly-examples/GNUmakefile +++ b/Documentation/ly-examples/GNUmakefile @@ -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