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

(-)doc.images.mk (-1 / +1 lines)
Lines 68-74 Link Here
68
68
69
.for _curimage in ${IMAGES_GEN_PNG}
69
.for _curimage in ${IMAGES_GEN_PNG}
70
${_curimage}: ${_curimage:S/.png$/.eps/}
70
${_curimage}: ${_curimage:S/.png$/.eps/}
71
	eps2png ${.ALLSRC}
71
	eps2png -output ${.TARGET} ${.ALLSRC}
72
.endfor
72
.endfor
73
73
74
.for _curimage in ${IMAGES_GEN_EPS}
74
.for _curimage in ${IMAGES_GEN_EPS}

Return to bug 26973