diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-01 16:28:07 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-01 16:28:07 (EDT) |
commit | 5e41ca8a99db1788f549dff2ee307781f6bf3310 (patch) | |
tree | c82c3a07db69f72cb41f3ebba44cf9b9cbbd52ed | |
parent | 049771d914adbc998dcdd143bd53d07344a63f7f (diff) |
prokit-build(1): Note installation of build deps
-rw-r--r-- | man/prokit-build.1in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/prokit-build.1in b/man/prokit-build.1in index 59c0557..80a7da6 100644 --- a/man/prokit-build.1in +++ b/man/prokit-build.1in @@ -1,5 +1,5 @@ .TH prokit-build 1 \ -"2014-08-28" "@PACKAGE_NAME@ @PACKAGE_VERSION@" "@MANUAL@" +"2014-09-01" "@PACKAGE_NAME@ @PACKAGE_VERSION@" "@MANUAL@" .SH NAME prokit-build \- Build a package @@ -8,7 +8,8 @@ prokit-build \- Build a package \fBprokit build\fP \fIroot-dir\fP [\fIoption\fP ...] \fIpkg-dir\fP .SH DESCRIPTION -\fBprokit build\fP runs \fBopkbuild\fP in an isolated file system environment. +\fBprokit build\fP runs \fBopkbuild\fP to build a package in an isolated file +system environment, temporarily installing any missing build dependencies. .P \fIoption\fPs are \fBopkbuild\fP options. Run \fIprokit build -h .\fP for more information. |