From f02a6c3b942f2f9e883c378a44c85d56fbecc0bf Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 11 Aug 2013 04:40:58 +0000 Subject: [PATCH] Document .PATH.suffix:. Noted by apb back in December of 2008 (that's how long my queue is...) --- usr.bin/make/make.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 4e3c11170051..6f64a2c027ee 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -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