freebsd-dev/share/doc/papers/sysperf/Makefile

20 lines
507 B
Makefile
Raw Normal View History

# From: @(#)Makefile 1.6 (Berkeley) 6/8/93
1999-08-28 00:22:10 +00:00
# $FreeBSD$
1994-05-30 19:09:18 +00:00
VOLUME= papers
DOC= sysperf
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t appendix.tmp
EXTRA= a1.t a2.t
MACROS= -ms
USE_EQN= YES
USE_TBL= YES
2002-10-25 08:39:25 +00:00
CLEANFILES= appendix.tmp
1994-05-30 19:09:18 +00:00
appendix.tmp: a1.t a2.t
2000-11-28 11:18:02 +00:00
${GRIND} ${.CURDIR}/a1.t | awk '/\.\(\)/{ cnt = 2 } \
1994-05-30 19:09:18 +00:00
{ if (cnt) cnt -= 1; else print $$0; } ' > appendix.tmp
2000-11-28 11:18:02 +00:00
${GRIND} -lcsh ${.CURDIR}/a2.t | awk '/\.\(\)/{ cnt = 2 } \
1994-05-30 19:09:18 +00:00
{ if (cnt) cnt -= 1; else print $$0; } ' >> appendix.tmp
.include <bsd.doc.mk>