Skip to content

Commit

Permalink
auto merge of rust-lang#16181 : brson/rust/colon, r=kballard
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Aug 2, 2014
2 parents 87bc22f + 0ea44fd commit 032d5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/docs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 032d5c1

Please sign in to comment.