make: use --no-deps for cargo doc

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-02-14 10:17:10 +01:00
parent dd1bfe6c12
commit 18a1aa4858

View File

@ -50,7 +50,7 @@ test:
cargo test $(CARGO_BUILD_ARGS)
doc:
cargo doc $(CARGO_BUILD_ARGS)
cargo doc --no-deps $(CARGO_BUILD_ARGS)
# always re-create this dir
# but also copy the local target/ dir as a build-cache