diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-29 14:56:09 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-29 14:56:09 +0000 |
commit | b382ba4fb114aa213e4f3599b9f15fd3f14f82fb (patch) | |
tree | a705353b040f762a1e29b454e0f34c5802e4a62a /share/doc/papers/jail | |
parent | 408b5dd1c3e07283ec7e55bad60d1fc0d3ff4290 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=106143
Diffstat (limited to 'share/doc/papers/jail')
-rw-r--r-- | share/doc/papers/jail/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/share/doc/papers/jail/Makefile b/share/doc/papers/jail/Makefile index 71406dd67b85..00177c21051c 100644 --- a/share/doc/papers/jail/Makefile +++ b/share/doc/papers/jail/Makefile @@ -1,8 +1,11 @@ # $FreeBSD$ -VOLUME= papers -DOC= jail -SRCS= paper.ms -EXTRA= implementation.ms mgt.ms future.ms -MACROS= -ms + +VOLUME= papers +DOC= jail +SRCS= paper.ms +EXTRA= implementation.ms mgt.ms future.ms +MACROS= -ms +USE_SOELIM= YES +CD_HACK= ${.CURDIR} .include <bsd.doc.mk> |