From b82a0af6bf60ad3ab1990d737578d0562ae85e7f Mon Sep 17 00:00:00 2001 From: wollman Date: Wed, 11 Jan 1995 04:10:10 +0000 Subject: Make all these format under the new scheme. I haven't had a chance to test the -me stuff, so it's still disabled for now. --- share/doc/papers/kernmalloc/Makefile | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'share/doc/papers/kernmalloc') diff --git a/share/doc/papers/kernmalloc/Makefile b/share/doc/papers/kernmalloc/Makefile index 8966f36..7c97c82 100644 --- a/share/doc/papers/kernmalloc/Makefile +++ b/share/doc/papers/kernmalloc/Makefile @@ -1,11 +1,20 @@ -# @(#)Makefile 1.8 (Berkeley) 6/8/93 +# From: @(#)Makefile 1.8 (Berkeley) 6/8/93 +# $Id$ -DIR= papers/kernmalloc -SRCS= kernmalloc.t appendix.t +VOLUME= papers +DOC= kernmalloc +SRCS= kernmalloc.ms appendix.ms +SRCDIR= ${.OBJDIR} # ack! MACROS= -ms +USE_TBL= yes +USE_PIC= yes +USE_EQN= yes +CLEANFILES+= kernmalloc.ms appendix.ms -paper.ps: ${SRCS} alloc.fig usage.tbl - ${SOELIM} ${SRCS} | ${TBL} | ${PIC} | ${EQN} | ${GRIND} | \ - ${ROFF} > ${.TARGET} +kernmalloc.ms: kernmalloc.t alloc.fig usage.tbl + (cd ${.CURDIR}; ${SOELIM} kernmalloc.t) > ${.TARGET} + +appendix.ms: appendix.t + vgrind -f < ${.CURDIR}/appendix.t > ${.TARGET} .include -- cgit v1.1