diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-03-09 15:51:07 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-03-09 15:51:07 +0000 |
commit | efda6cd9d5158170159f7f924299803e39e39906 (patch) | |
tree | d258e9be9882fcd5a8c9dc40592edcff3900d425 /usr.bin/make | |
parent | 6b04d9918b1ddd6c37316c8d3276ed0d6e0cab7a (diff) | |
download | src-efda6cd9d5158170159f7f924299803e39e39906.tar.gz src-efda6cd9d5158170159f7f924299803e39e39906.zip |
Add reference to `PMake - A Tutorial'
Notes
Notes:
svn path=/head/; revision=23578
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 61f0a81edd27..8214e9af8e4b 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 -.\" $Id: make.1,v 1.8 1997/02/22 19:27:15 peter Exp $ +.\" $Id$ .\" .Dd March 19, 1994 .Dt MAKE 1 @@ -940,7 +940,7 @@ utilizes the following environment variables, if they exist: and .Ev PWD . .Sh FILES -.Bl -tag -width /usr/share/mk -compact +.Bl -tag -width /usr/share/doc/psd/12.make -compact .It .depend list of dependencies .It Makefile @@ -951,9 +951,14 @@ list of dependencies system makefile .It /usr/share/mk system makefile directory +.It /usr/share/doc/psd/12.make +PMake tutorial .El .Sh SEE ALSO .Xr mkdep 1 +.Rs +.%T "PMake - A Tutorial" +.Re .Sh HISTORY A .Nm Make |