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/psd/02.implement/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'share/doc/psd/02.implement/Makefile') diff --git a/share/doc/psd/02.implement/Makefile b/share/doc/psd/02.implement/Makefile index e9baddf2d7d9..67e415f2c262 100644 --- a/share/doc/psd/02.implement/Makefile +++ b/share/doc/psd/02.implement/Makefile @@ -1,13 +1,13 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 # $FreeBSD$ -VOLUME= psd/02.implement -SRCS= implement -EXTRA= ref.bib -MACROS= -ms - -USE_PIC= yes -USE_REFER= yes -USE_SOELIM= yes +VOLUME= psd/02.implement +SRCS= implement +EXTRA= ref.bib +MACROS= -ms +USE_PIC= YES +USE_REFER= YES +USE_SOELIM= YES +CD_HACK= ${.CURDIR} .include -- cgit v1.2.3