Skip to content

Commit

Permalink
mk: Add missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Aug 1, 2014
1 parent 6136381 commit 0ea44fd
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

5 comments on commit 0ea44fd

@bors
Copy link
Contributor

@bors bors commented on 0ea44fd Aug 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from kballard
at brson@0ea44fd

@bors
Copy link
Contributor

@bors bors commented on 0ea44fd Aug 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging brson/rust/colon = 0ea44fd into auto

@bors
Copy link
Contributor

@bors bors commented on 0ea44fd Aug 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brson/rust/colon = 0ea44fd merged ok, testing candidate = 032d5c1

@bors
Copy link
Contributor

@bors bors commented on 0ea44fd Aug 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 032d5c1

Please sign in to comment.