]> git.lizzy.rs Git - rust.git/commit
Auto merge of #28174 - steveklabnik:gh14705, r=alexcricton
authorbors <bors@rust-lang.org>
Thu, 3 Sep 2015 02:12:21 +0000 (02:12 +0000)
committerbors <bors@rust-lang.org>
Thu, 3 Sep 2015 02:12:21 +0000 (02:12 +0000)
commit69c3b39d0d7136aff5ddb6e4cb08db3dca0621fc
tree0bb0c41b8ff4d359994240a8fe0ed50284d3a1a0
parentcd138dc4475fa90b007969d0a4e00f230be777cf
parent7c8c72d3b0d12b6d595c7316c3e68a205acdeaf8
Auto merge of #28174 - steveklabnik:gh14705, r=alexcricton

Because 'doc' is a directory, when running `make doc`, you'll see
this:

    make: Nothing to be done for `doc'.

By adding a target for `doc` to build `docs`, both work.

Fixes #14705