Module Name: src Committed By: dholland Date: Sun Aug 11 04:40:58 UTC 2013
Modified Files: src/usr.bin/make: make.1 Log Message: Document .PATH.suffix:. Noted by apb back in December of 2008 (that's how long my queue is...) To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/usr.bin/make/make.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/make.1 diff -u src/usr.bin/make/make.1:1.220 src/usr.bin/make/make.1:1.221 --- src/usr.bin/make/make.1:1.220 Tue Jul 30 19:09:57 2013 +++ src/usr.bin/make/make.1 Sun Aug 11 04:40:58 2013 @@ -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