Use peps instead of eps2png.

This commit is contained in:
Nik Clayton 2001-07-13 12:09:59 +00:00
parent 0ef643f9f4
commit 9e7e408f55
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9861

View file

@ -1,5 +1,5 @@
#
# $FreeBSD: doc/share/mk/doc.images.mk,v 1.8 2001/05/09 19:31:47 nik Exp $
# $FreeBSD: doc/share/mk/doc.images.mk,v 1.9 2001/06/22 10:12:23 nik Exp $
#
# This include file <doc.images.mk> handles image processing.
#
@ -80,7 +80,7 @@ IMAGES_PDF=${IMAGES_GEN_PDF}
.for _curimage in ${IMAGES_GEN_PNG}
${_curimage}: ${_curimage:S/.png$/.eps/}
eps2png -res ${EPS2PNG_RES} -output ${.TARGET} ${.ALLSRC}
peps -r ${EPS2PNG_RES} -p -o ${.TARGET} ${.ALLSRC}
.endfor
.for _curimage in ${IMAGES_GEN_EPS}