[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.
This commit is contained in:
Paul Jakma 2009-06-22 16:11:06 +01:00
parent 86f72dcba3
commit 5bc52c76c2
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
## $Id$ ## $Id$
AC_PREREQ(2.53) AC_PREREQ(2.53)
AC_INIT(Quagga, 0.99.12, [http://bugzilla.quagga.net]) AC_INIT(Quagga, 0.99.13, [http://bugzilla.quagga.net])
AC_CONFIG_SRCDIR(lib/zebra.h) AC_CONFIG_SRCDIR(lib/zebra.h)
dnl ----------------------------------- dnl -----------------------------------

View file

@ -15,7 +15,7 @@
SUFFIXES = .png .eps .dia .pdf SUFFIXES = .png .eps .dia .pdf
DIATOPNG = dia -t png -e DIATOPNG = dia -t png -e
DIATOEPS = dia -t eps -e DIATOEPS = dia -t eps -e
PNGTOEPS = convert -dither -antialias -contrast -despeckle PNGTOEPS = convert -antialias -contrast -despeckle
PNGTOPDF = $(PNGTOEPS) PNGTOPDF = $(PNGTOEPS)
EPSTOPDF = epstopdf EPSTOPDF = epstopdf