diff options
| author | bors <bors@rust-lang.org> | 2014-08-02 15:36:09 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-08-02 15:36:09 +0000 |
| commit | 032d5c1dcd95145d58fe3cce63853855578022a7 (patch) | |
| tree | e0678f4c3c3d51da623942f557f44874fb20eb79 | |
| parent | 87bc22f587f1a18b447c4fa3cf967bbc0f7e7e17 (diff) | |
| parent | 0ea44fd0aa8a8e16ca5607778da444d30de695c4 (diff) | |
auto merge of #16181 : brson/rust/colon, r=kballard
| -rw-r--r-- | mk/docs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/docs.mk b/mk/docs.mk index 718916d99bb..8a0c17de27a 100644 --- a/mk/docs.mk +++ b/mk/docs.mk @@ -285,7 +285,7 @@ doc/$(1)/: $(2) += doc/$(1)/index.html doc/$(1)/index.html: CFG_COMPILER_HOST_TRIPLE = $(CFG_TARGET) doc/$(1)/index.html: $$(LIB_DOC_DEP_$(1)) doc/$(1)/ - @$$(call E, rustdoc $$@) + @$$(call E, rustdoc: $$@) $$(Q)$$(RUSTDOC) --cfg dox --cfg stage2 $$< endef |
