From 71e1d8b0dd4ebdf39e0035afeec7390bf864087d Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Wed, 29 Nov 2000 14:40:02 +0000 Subject: [PATCH] Xref make.conf(5), and point to /usr/share/doc/psd/12.make for the tutorial paper. --- usr.bin/make/make.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index c6655dc0067..37753989484 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1239,10 +1239,13 @@ For loops are expanded before tests, so a fragment such as: .Ed won't work, and should be rewritten the other way around. .Sh SEE ALSO -.Xr mkdep 1 +.Xr mkdep 1 , +.Xr make.conf 5 .Rs .%T "PMake - A Tutorial" .Re +in +.Pa /usr/share/doc/psd/12.make .Sh HISTORY A .Nm