]> git.lizzy.rs Git - rust.git/commit
rustbuild: Don't try to build rustdoc API docs with compiler docs
authorOliver Middleton <olliemail27@gmail.com>
Sat, 14 Oct 2017 15:35:25 +0000 (16:35 +0100)
committerOliver Middleton <olliemail27@gmail.com>
Sat, 14 Oct 2017 15:42:05 +0000 (16:42 +0100)
commit1652c582d7357660e0e441c50aa9aa3500d0f475
treeb67a9a02d574be2a95754804ed950df941a3aa75
parentaf7de7b6774b061b7809ce9aa6db31ea29df33c8
rustbuild: Don't try to build rustdoc API docs with compiler docs

rustdoc is built separately to rustc now so the docs would need to be
generated separately as well. Also rustdoc doesn't build at stage 1
which prevented the compiler docs being built at stage 1.
src/bootstrap/doc.rs