diff options
Diffstat (limited to 'Documentation/Rules.make')
-rw-r--r-- | Documentation/Rules.make | 2 |
1 files changed, 1 insertions, 1 deletions
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 $< $@ |