diff options
author | ru <ru@FreeBSD.org> | 2002-10-29 14:56:09 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-10-29 14:56:09 +0000 |
commit | 11834b7f231b0729a11f59925ace7a1bfe468b9c (patch) | |
tree | a705353b040f762a1e29b454e0f34c5802e4a62a /usr.bin/make | |
parent | 88d6ca0efa29af6bbdbff6210f18fb12b918d2c4 (diff) | |
download | FreeBSD-src-11834b7f231b0729a11f59925ace7a1bfe468b9c.zip FreeBSD-src-11834b7f231b0729a11f59925ace7a1bfe468b9c.tar.gz |
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.
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/PSD.doc/tutorial.ms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index 7da55c6..320d5df 100644 --- a/usr.bin/make/PSD.doc/tutorial.ms +++ b/usr.bin/make/PSD.doc/tutorial.ms @@ -37,7 +37,6 @@ .\" @(#)tutorial.ms 8.1 (Berkeley) 8/18/93 .\" $FreeBSD$ .\" -.so stubs .EH 'PSD:12-%''PMake \*- A Tutorial' .OH 'PMake \*- A Tutorial''PSD:12-%' .\" xH is a macro to provide numbered headers that are automatically stuffed |