//! Build script: ensure `docs/book/book/` exists so `include_dir!` in
//! `src/docs.rs` can read it. The site itself is populated by
//! `just docs-build`; this script just guarantees the directory is there
//! before `cargo build` walks it. If the directory is empty, the
//! resulting `docs` subcommand returns `Error::DocsNotBuilt` instead of
//! serving a broken site.
use Path;