freebsd-nq/share/doc/papers/sysperf/Makefile
Jordan K. Hubbard 1130b656e5 Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00

24 lines
593 B
Makefile

# From: @(#)Makefile 1.6 (Berkeley) 6/8/93
# $FreeBSD$
VOLUME= papers
DOC= sysperf
MACROS= -ms
LSRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
EXTRA= a1.t a2.t
SRCS= paper.tmp appendix.tmp
CLEANFILES+=${SRCS}
SRCDIR= ${.OBJDIR}
USE_EQN= yes
paper.tmp: ${LSRCS}
(cd ${.CURDIR}; ${TBL} ${LSRCS}) > paper.tmp
appendix.tmp: a1.t a2.t
${GRIND} -f ${.CURDIR}/a1.t | awk '/\.\(\)/{ cnt = 2 } \
{ if (cnt) cnt -= 1; else print $$0; } ' > appendix.tmp
${GRIND} -f -lcsh ${.CURDIR}/a2.t | awk '/\.\(\)/{ cnt = 2 } \
{ if (cnt) cnt -= 1; else print $$0; } ' >> appendix.tmp
.include <bsd.doc.mk>