diff options
author | nik <nik@FreeBSD.org> | 2000-11-29 14:40:02 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2000-11-29 14:40:02 +0000 |
commit | 4e0f3015c14ee21924046cba87ae8c88a72ae587 (patch) | |
tree | 3cdab8239e987299e7be1f304fb1779cfd76b49d /usr.bin/make | |
parent | 462a106e097a6e140cb6b9a236f166048698adb4 (diff) | |
download | FreeBSD-src-4e0f3015c14ee21924046cba87ae8c88a72ae587.zip FreeBSD-src-4e0f3015c14ee21924046cba87ae8c88a72ae587.tar.gz |
Xref make.conf(5), and point to /usr/share/doc/psd/12.make for the
tutorial paper.
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index c6655dc..3775398 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 |