Skip to content

Commit

Permalink
auto merge of rust-lang#14476 : luqmana/rust/docs, r=alexcrichton
Browse files Browse the repository at this point in the history
We were still generating compiler docs even with --disable-docs passed.

cc @pnkfelix
  • Loading branch information
bors committed May 29, 2014
2 parents aa15195 + 213d54e commit 812785e
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

0 comments on commit 812785e

Please sign in to comment.