View | Details | Raw Unified | Return to bug 28860
Collapse All | Expand All

(-)doc.images.mk (-1 / +1 lines)
Lines 80-86 Link Here
80
80
81
.for _curimage in ${IMAGES_GEN_PNG}
81
.for _curimage in ${IMAGES_GEN_PNG}
82
${_curimage}: ${_curimage:S/.png$/.eps/}
82
${_curimage}: ${_curimage:S/.png$/.eps/}
83
	eps2png -res ${EPS2PNG_RES} -output ${.TARGET} ${.ALLSRC}
83
	peps -r ${EPS2PNG_RES} -o ${.TARGET} ${.ALLSRC}
84
.endfor
84
.endfor
85
85
86
.for _curimage in ${IMAGES_GEN_EPS}
86
.for _curimage in ${IMAGES_GEN_EPS}

Return to bug 28860