Document .PATH.suffix:. Noted by apb back in December of 2008
(that's how long my queue is...)
This commit is contained in:
parent
558fc00a85
commit
f02a6c3b94
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: make.1,v 1.220 2013/07/30 19:09:57 sjg Exp $
|
||||
.\" $NetBSD: make.1,v 1.221 2013/08/11 04:40:58 dholland Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -1971,6 +1971,12 @@ If the source is the special
|
|||
.Ic .DOTLAST
|
||||
target, then the current working
|
||||
directory is searched last.
|
||||
.It Ic .PATH.suffix
|
||||
Like
|
||||
.Ic .PATH
|
||||
but applies only to files with a particular suffix.
|
||||
The suffix must have been previously declared with
|
||||
.Ic .SUFFIXES .
|
||||
.It Ic .PHONY
|
||||
Apply the
|
||||
.Ic .PHONY
|
||||
|
|
Loading…
Reference in New Issue