]> git.lizzy.rs Git - rust.git/commit
auto merge of #19896 : ktossell/rust/allow-nodoc-install, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 18 Dec 2014 20:32:07 +0000 (20:32 +0000)
committerbors <bors@rust-lang.org>
Thu, 18 Dec 2014 20:32:07 +0000 (20:32 +0000)
commit99d6956c3bdb290b9fd539c5dc15a2b502da5e7a
tree28ad4497f0555ad99282ce79430057ccddae8bf1
parentf9a48492a82f805aa40d8b6fea290badbab0d1b1
parentcbf80f3a68f65be0ed948d68d682762e061ce891
auto merge of #19896 : ktossell/rust/allow-nodoc-install, r=alexcrichton

If you configure with `--disable-docs`, the `doc` directory does not get generated, so the
`cp -r doc dist/` step fails when you `make dist{,-tar-bins,-doc}` or `make install`.