]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/doc/papers/sysperf/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / share / doc / papers / sysperf / Makefile
1 #       From: @(#)Makefile      1.6 (Berkeley) 6/8/93
2 # $FreeBSD$
3
4 VOLUME=         papers
5 DOC=            sysperf
6 SRCS=           0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t appendix.tmp
7 EXTRA=          a1.t a2.t
8 MACROS=         -ms
9 USE_EQN=
10 USE_TBL=
11 CLEANFILES=     appendix.tmp
12
13 appendix.tmp: a1.t a2.t
14         ${GRIND} ${.CURDIR}/a1.t |  awk '/\.\(\)/{ cnt = 2 } \
15            { if (cnt) cnt -= 1; else print $$0; } ' > appendix.tmp
16         ${GRIND} -lcsh ${.CURDIR}/a2.t |  awk '/\.\(\)/{ cnt = 2 } \
17            { if (cnt) cnt -= 1; else print $$0; } ' >> appendix.tmp
18
19 .include <bsd.doc.mk>