diff options
author | Paul Jakma <paul@quagga.net> | 2009-06-22 16:11:06 +0100 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-06-22 16:11:06 +0100 |
commit | 5bc52c76c2816a3be9a033c3e5bf4fea1908e3cd (patch) | |
tree | 5a833111c34420fc8a4f7cf126c14dc1cc493a20 /doc/Makefile.am | |
parent | 86f72dcba35f055b5344deeb5f057c2f1d9a291f (diff) |
[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.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |