| The Pigweed host target assembles Pigweed's reStructuredText and markdown |
| documentation into a collection of HTML pages. |
| To build for this target, change the ``pw_target_config`` GN build arg to point |
| to this target's configuration file. |
| There are two host toolchains, and both of them can be manually invoked by |
| replacing `host` with `host_clang` or `host_gcc`. Not all toolchains are |
| supported on all platforms. Unless working specifically on one toolchain, it is |
| recommended to leave this to the default. |
| Tests are automatically run as part of the host build, but if you desire to |
| manually run tests, you may invoke them from a shell directly. |
| $ ./out/host_[compiler]/obj/pw_status/status_test |
| The host target exposes a few options that may be used to change the host build |
| Pigweed includes a number of host-only tooling that may be built as part of the |
| host build. These tools are included as part of the bootstrap, so it's only |
| necessary to enable this setting when modifying host tooling. This is |