2003-06-15 18:49:46 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
# You really want:
|
|
|
|
# PRINTERDEVICE=ps
|
|
|
|
# or you will not get the illustration.
|
|
|
|
VOLUME= papers
|
|
|
|
DOC= timecounter
|
2003-09-05 09:38:54 +00:00
|
|
|
SRCS= tmac.usenix timecounter.ms-patched
|
|
|
|
EXTRA= fig1.eps fig2.eps fig3.eps fig4.eps fig5.eps gps.ps intr.ps
|
|
|
|
MACROS= -ms
|
|
|
|
CLEANFILES= timecounter.ms-patched
|
2004-10-24 15:33:08 +00:00
|
|
|
USE_PIC=
|
|
|
|
USE_EQN=
|
|
|
|
USE_TBL=
|
2003-06-15 18:49:46 +00:00
|
|
|
|
2003-09-05 09:38:54 +00:00
|
|
|
timecounter.ms-patched: timecounter.ms
|
|
|
|
sed -E -e 's;(gps|intr).ps;${.CURDIR}/&;' -e 's;fig[0-9].eps;${.CURDIR}/&;' \
|
|
|
|
${.ALLSRC} > ${.TARGET}
|
|
|
|
|
2003-06-15 18:49:46 +00:00
|
|
|
.include <bsd.doc.mk>
|