From 5bc52c76c2816a3be9a033c3e5bf4fea1908e3cd Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Mon, 22 Jun 2009 16:11:06 +0100 Subject: [doc] remove -dither arg to imagemagick, in building PDFs * doc/Makefile.am: arguments for the 'convert' programme seem to have changed incompatibly at some stage - just remove the problematic -dither. --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 4e0ca661..c3016b2b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -15,7 +15,7 @@ SUFFIXES = .png .eps .dia .pdf DIATOPNG = dia -t png -e DIATOEPS = dia -t eps -e -PNGTOEPS = convert -dither -antialias -contrast -despeckle +PNGTOEPS = convert -antialias -contrast -despeckle PNGTOPDF = $(PNGTOEPS) EPSTOPDF = epstopdf -- cgit v1.2.1