Use epstopdf (from teTeX) rather than ImageMagick to convert EPS to PDF

files.  The results seem to be nicer.
This commit is contained in:
Nik Clayton 2001-02-12 17:03:54 +00:00
parent 450595f177
commit 378340c7fe
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8781

View file

@ -1,5 +1,5 @@
#
# $FreeBSD: doc/share/mk/doc.images.mk,v 1.4 2000/10/08 19:17:42 nik Exp $
# $FreeBSD: doc/share/mk/doc.images.mk,v 1.5 2000/10/29 02:39:10 nik Exp $
#
# This include file <doc.images.mk> handles image processing.
#
@ -89,7 +89,7 @@ ${_curimage}: ${_curimage:S/.eps$/.png/}
#
.for _curimage in ${IMAGES_GEN_PDF}
${_curimage}: ${_curimage:S/.pdf$/.eps/}
convert -antialias -crop 0x0 ${_curimage:S/.pdf$/.eps/} epdf:${_curimage}
epstopdf ${_curimage:S/.pdf$/.eps/}
.endfor
#