rust/mk
bors 69c3b39d0d 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
2015-09-03 02:12:21 +00:00
..
cfg New cross target: i686-linux-android 2015-08-23 15:38:11 +08:00
clean.mk Remove morestack support 2015-08-10 16:35:44 -07:00
crates.mk Add an intital HIR and lowering step 2015-09-03 10:02:36 +12:00
ctags.mk Update the ctags rules and targets. 2015-07-30 06:35:42 +10:00
debuggers.mk
dist.mk
docs.mk Introduce 'make doc' -> 'make docs' 2015-09-02 22:00:58 -04:00
grammar.mk
host.mk
install.mk
llvm.mk
main.mk mk: tell rustc that we're only looking for native libs in the LLVM_LIBDIR 2015-08-26 13:43:15 -04:00
perf.mk
platform.mk Register new snapshots 2015-08-11 15:11:13 -07:00
prepare.mk
reconfig.mk
rt.mk rustc: Allow changing the default allocator 2015-08-14 15:13:10 -07:00
rustllvm.mk trans: Use LLVM's writeArchive to modify archives 2015-07-10 09:06:21 -07:00
snap.mk
stage0.mk
target.mk rustc_back: add configure options for default linker and ar 2015-08-19 18:06:34 +02:00
tests.mk rustc: Allow changing the default allocator 2015-08-14 15:13:10 -07:00
util.mk