From f066b84b195e1147bfb8e092e3a9d003772ed546 Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Sun, 1 Apr 2012 16:50:54 +0100 Subject: [PATCH] Directs pnmtopng stderr output to dev/null --- Documentation/ly-examples/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5