1116411Sphk# $FreeBSD$
2116411Sphk
3116411Sphk# You really want:
4116411Sphk# PRINTERDEVICE=ps
5116411Sphk# or you will not get the illustration.
6116411SphkVOLUME=	papers
7116411SphkDOC=	timecounter
8119759SjkoshySRCS=	tmac.usenix timecounter.ms-patched
9119759SjkoshyEXTRA=	fig1.eps fig2.eps fig3.eps fig4.eps fig5.eps gps.ps intr.ps
10119759SjkoshyMACROS=	-ms
11119759SjkoshyCLEANFILES=	timecounter.ms-patched
12136910SruUSE_PIC=
13136910SruUSE_EQN=
14136910SruUSE_TBL=
15116411Sphk
16119759Sjkoshytimecounter.ms-patched: timecounter.ms
17119759Sjkoshy	sed -E -e 's;(gps|intr).ps;${.CURDIR}/&;' -e 's;fig[0-9].eps;${.CURDIR}/&;' \
18119759Sjkoshy		${.ALLSRC} > ${.TARGET}
19119759Sjkoshy
20116411Sphk.include <bsd.doc.mk>
21