]> git.donarmstrong.com Git - lilypond.git/commitdiff
Directs pnmtopng stderr output to dev/null
authorPhil Holmes <mail@philholmes.net>
Sun, 1 Apr 2012 15:50:54 +0000 (16:50 +0100)
committerPhil Holmes <mail@philholmes.net>
Sun, 1 Apr 2012 20:29:59 +0000 (21:29 +0100)
Documentation/ly-examples/GNUmakefile

index b4e4d2c0be13cbeceddfac602103a0fb93e0341a..ad1c84ae49d5a7df0d857c50e3282b99bf5d0b86 100644 (file)
@@ -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