Makefile revision 105918
1#	From: @(#)Makefile	1.6 (Berkeley) 6/8/93
2# $FreeBSD: head/share/doc/papers/sysperf/Makefile 105918 2002-10-25 08:39:25Z ru $
3
4VOLUME=	papers
5DOC=	sysperf
6MACROS= -ms
7SRCS=	0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
8EXTRA=	a1.t a2.t
9SRCS+=	appendix.tmp
10CLEANFILES=	appendix.tmp
11SRCDIR=	${.OBJDIR}
12USE_EQN=	yes
13USE_TBL=	yes
14
15appendix.tmp: a1.t a2.t
16	${GRIND} ${.CURDIR}/a1.t |  awk '/\.\(\)/{ cnt = 2 } \
17	   { if (cnt) cnt -= 1; else print $$0; } ' > appendix.tmp
18	${GRIND} -lcsh ${.CURDIR}/a2.t |  awk '/\.\(\)/{ cnt = 2 } \
19	   { if (cnt) cnt -= 1; else print $$0; } ' >> appendix.tmp
20
21.include <bsd.doc.mk>
22