From f49bd854f39103632ab22e45c4165d95f96dfaea Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 25 Oct 2002 08:39:25 +0000 Subject: Simplify. --- share/doc/papers/sysperf/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'share/doc/papers') diff --git a/share/doc/papers/sysperf/Makefile b/share/doc/papers/sysperf/Makefile index 17152ec..8494857 100644 --- a/share/doc/papers/sysperf/Makefile +++ b/share/doc/papers/sysperf/Makefile @@ -4,15 +4,13 @@ VOLUME= papers DOC= sysperf MACROS= -ms -LSRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t +SRCS= 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} +SRCS+= appendix.tmp +CLEANFILES= appendix.tmp SRCDIR= ${.OBJDIR} USE_EQN= yes - -paper.tmp: ${LSRCS} - (cd ${.CURDIR}; ${TBL} ${LSRCS}) > paper.tmp +USE_TBL= yes appendix.tmp: a1.t a2.t ${GRIND} ${.CURDIR}/a1.t | awk '/\.\(\)/{ cnt = 2 } \ -- cgit v1.1