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