Skip to content

Commit

Permalink
mk: Don't build any docs with --disable-docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmana committed May 28, 2014
1 parent 5811d2b commit 213d54e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/docs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ $(foreach crate,$(COMPILER_DOC_CRATES),$(eval $(call DEF_LIB_DOC,$(crate),COMPIL
ifdef CFG_DISABLE_DOCS
$(info cfg: disabling doc build (CFG_DISABLE_DOCS))
DOC_TARGETS :=
COMPILER_DOC_TARGETS :=
endif

docs: $(DOC_TARGETS)
Expand Down

5 comments on commit 213d54e

@bors
Copy link
Contributor

@bors bors commented on 213d54e May 29, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at luqmana@213d54e

@bors
Copy link
Contributor

@bors bors commented on 213d54e May 29, 2014

Choose a reason for hiding this comment

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

merging luqmana/rust/docs = 213d54e into auto

@bors
Copy link
Contributor

@bors bors commented on 213d54e May 29, 2014

Choose a reason for hiding this comment

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

luqmana/rust/docs = 213d54e merged ok, testing candidate = 812785e

@bors
Copy link
Contributor

@bors bors commented on 213d54e May 29, 2014

@bors
Copy link
Contributor

@bors bors commented on 213d54e May 29, 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 = 812785e

Please sign in to comment.