diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-05 15:14:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-05 15:14:57 +0200 |
commit | 3d11f8bf4611a647dfae2eafe5f6c97ea4d642e7 (patch) | |
tree | f1af2bebd1d2fa956e0679420d28bb852cb61456 /doc/manual.cli | |
parent | 6ffbe6d7054ee002887f1da4ec1e7d3e8716e200 (diff) |
Rename task/result/bootstrap manifests to *.manifest form
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index db157e6..4dcb687 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -724,7 +724,7 @@ name, the path to the \c{bbot} worker to be executed once the environment is setup, and any additional options that need to be propagated to the re-executed worker. The environment setup executable is executed in the build directory as its current working directory. The build directory contains the build task -\c{manifest} file. +\c{task.manifest} file. The environment setup executable sets up the necessary execution environment for example by adjusting \c{PATH} or running a suitable \c{vcvars} batch file. |