xref: /freebsd/share/doc/papers/timecounter/Makefile (revision f126890a)
1
2# You really want:
3# PRINTERDEVICE=ps
4# or you will not get the illustration.
5VOLUME=	papers
6DOC=	timecounter
7SRCS=	tmac.usenix timecounter.ms-patched
8EXTRA=	fig1.eps fig2.eps fig3.eps fig4.eps fig5.eps gps.ps intr.ps
9MACROS=	-ms
10CLEANFILES=	timecounter.ms-patched
11USE_PIC=
12USE_EQN=
13USE_TBL=
14
15timecounter.ms-patched: timecounter.ms
16	sed -E -e 's;(gps|intr).ps;${.CURDIR}/&;' -e 's;fig[0-9].eps;${.CURDIR}/&;' \
17		${.ALLSRC} > ${.TARGET}
18
19.include <bsd.doc.mk>
20