| Index: blimp/docs/container.md
|
| diff --git a/blimp/docs/container.md b/blimp/docs/container.md
|
| index b8c652cef018ef62b6d7ea151230a461f2d4b85b..83377310b246ce5ee2358d58cffdc48d31083a31 100644
|
| --- a/blimp/docs/container.md
|
| +++ b/blimp/docs/container.md
|
| @@ -39,13 +39,14 @@ This target is always built as part of the top-level `blimp/blimp` meta-target.
|
|
|
| `blimp/engine/engine-manifest.txt` is a list of the engine's runtime
|
| dependencies. From time to time, this list may need to be updated. Use
|
| -`blimp/tools/generate-engine-manifest.py` to (re)generate the manifest:
|
| +`blimp/tools/generate-manifest.py` to (re)generate the manifest:
|
|
|
| ```bash
|
| -./blimp/tools/generate-engine-manifest.py \
|
| +./blimp/tools/generate-manifest.py \
|
| --build-dir out-linux/Debug \
|
| --target //blimp/engine \
|
| - --output blimp/engine/engine-manifest.txt
|
| + --output blimp/engine/engine-manifest.txt \
|
| + --blacklist blimp/tools/manifest-blacklist.txt
|
| ```
|
|
|
| Be sure to review the generated manifest and remove any false runtime
|
|
|