From 24cb47b1ef7cbdbc230082688c4fbb2228b9ca6a Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 31 Oct 2006 15:34:53 +0100 Subject: [PATCH] don't use ImageMagick, use GS directly. --- Documentation/user/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 39957f9f4f..bab2506309 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -195,7 +195,7 @@ $(outdir)/%.png: %.png convert -geometry 50x50% $< $@ $(outdir)/%.png: %.eps - convert $< $@ + gs -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -q -sOutputFile=$@ -sDEVICE=png16m -dEPSCrop -dNOPAUSE -f $< -c quit $(outdir)/%.pdf: %.png convert $< $@ -- 2.39.5