Add description of fetch-recursive target.

This commit is contained in:
Giorgos Keramidas 2002-10-22 23:11:38 +00:00
parent a5d3110615
commit 56e37108f4

View File

@ -158,9 +158,11 @@ This is all you really need to do.
.El .El
.Pp .Pp
The following targets are not run during the normal install process. The following targets are not run during the normal install process.
.Bl -tag -width ".Cm fetch-list" .Bl -tag -width ".Cm fetch-recursive"
.It Cm fetch-list .It Cm fetch-list
Show list of files needed to be fetched in order to build the port. Show list of files needed to be fetched in order to build the port.
.It Cm fetch-recursive
Fetch the distfiles of the port and all its dependencies.
.It Cm pretty-print-run-depends-list , pretty-print-build-depends-list .It Cm pretty-print-run-depends-list , pretty-print-build-depends-list
Print a list of all the compile and run dependencies, and dependencies Print a list of all the compile and run dependencies, and dependencies
of those dependencies. of those dependencies.