]> git.lizzy.rs Git - rust.git/commit
rustbuild: Don't dist docs if disabled
authorAlex Crichton <alex@alexcrichton.com>
Tue, 13 Dec 2016 17:21:42 +0000 (09:21 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 13 Dec 2016 17:21:42 +0000 (09:21 -0800)
commit194c3fb1544e8bf6300989dd20f7254bad237c76
treea639c99326fcebce53341538ddc5ecdaa778e64f
parentbbf2b708932288bb720acf66fdae2711b5940937
rustbuild: Don't dist docs if disabled

This commit skips the `docs` dist step if the `--disable-docs` flag is passed,
fixing a compile error seen on nightly.
src/bootstrap/dist.rs