From b382ba4fb114aa213e4f3599b9f15fd3f14f82fb Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 29 Oct 2002 14:56:09 +0000 Subject: bsd.doc.mk changes: Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS. Only create _stamp.extra when necessary. Get rid of SOELIMPP and OBJS. Use Groff version of soelim(1); we need its -I option for the following to work. Don't needlessly chdir to SRCDIR. Only a few documents need CD_HACK, and those that need it either use refer(1) or .PSPIC macro which internally uses the .psbb call. --- share/doc/papers/kernmalloc/Makefile | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'share/doc/papers/kernmalloc') diff --git a/share/doc/papers/kernmalloc/Makefile b/share/doc/papers/kernmalloc/Makefile index cda921940afa..ebb5cdefcf91 100644 --- a/share/doc/papers/kernmalloc/Makefile +++ b/share/doc/papers/kernmalloc/Makefile @@ -1,20 +1,18 @@ # From: @(#)Makefile 1.8 (Berkeley) 6/8/93 # $FreeBSD$ -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 +VOLUME= papers +DOC= kernmalloc +SRCS= kernmalloc.t appendix.ms +EXTRA= alloc.fig usage.tbl +MACROS= -ms +USE_EQN= YES +USE_PIC= YES +USE_SOELIM= YES +USE_TBL= YES +CLEANFILES= appendix.ms -kernmalloc.ms: kernmalloc.t alloc.fig usage.tbl - (cd ${.CURDIR}; ${SOELIM} kernmalloc.t) > ${.TARGET} - -appendix.ms: appendix.t - vgrind -f < ${.CURDIR}/appendix.t > ${.TARGET} +appendix.ms: appendix.t + ${GRIND} < ${.ALLSRC} > ${.TARGET} .include -- cgit v1.2.3