From: fred Date: Sun, 24 Mar 2002 19:55:06 +0000 (+0000) Subject: lilypond-0.1.22 X-Git-Tag: release/1.5.59~4039 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6c3136134fbd937099aa217fecab571908806bed;p=lilypond.git lilypond-0.1.22 --- diff --git a/Documentation/Rules.make b/Documentation/Rules.make index 7e87d4ff6b..d5c66f344b 100644 --- a/Documentation/Rules.make +++ b/Documentation/Rules.make @@ -57,7 +57,7 @@ $(outdir)/%.dvi: $(depth)/input/%.ly $(depth)/VERSION # generate the pixmap at twice the size, then rescale (for antialiasing) $(outdir)/%.gif: $(outdir)/%.ps - gs -q -sDEVICE=ppmraw -sOutputFile=- -r200 -dNOPAUSE $< -c quit |pnmscale 0.5| ppmtogif > $@ + gs -q -sDEVICE=ppmraw -sOutputFile=- -r200 -dNOPAUSE $< -c quit |pnmscale 0.5| ppmtogif > $@ $(outdir)/%.ly.txt: $(depth)/input/%.ly ln -f $< $@