Deleted Added
full compact
Makefile (106143) Makefile (136910)
1# From: @(#)Makefile 1.6 (Berkeley) 6/8/93
1# From: @(#)Makefile 1.6 (Berkeley) 6/8/93
2# $FreeBSD: head/share/doc/papers/sysperf/Makefile 106143 2002-10-29 14:56:09Z ru $
2# $FreeBSD: head/share/doc/papers/sysperf/Makefile 136910 2004-10-24 15:33:08Z ru $
3
4VOLUME= papers
5DOC= sysperf
6SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t appendix.tmp
7EXTRA= a1.t a2.t
8MACROS= -ms
3
4VOLUME= papers
5DOC= sysperf
6SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t appendix.tmp
7EXTRA= a1.t a2.t
8MACROS= -ms
9USE_EQN= YES
10USE_TBL= YES
9USE_EQN=
10USE_TBL=
11CLEANFILES= appendix.tmp
12
13appendix.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>
11CLEANFILES= appendix.tmp
12
13appendix.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>