Skip to content

Commit

Permalink
Rollup merge of rust-lang#25970 - gkoz:make_compiler_docs, r=brson
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jun 3, 2015
2 parents f90aecf + b936b1b commit a190394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/docs.mk
Expand Up @@ -265,7 +265,7 @@ endef
$(foreach crate,$(CRATES),$(eval $(call DEF_LIB_DOC,$(crate))))

COMPILER_DOC_TARGETS := $(CRATES:%=doc/%/index.html)
ifdef CFG_COMPILER_DOCS
ifdef CFG_ENABLE_COMPILER_DOCS
DOC_TARGETS += $(COMPILER_DOC_TARGETS)
else
DOC_TARGETS += $(DOC_CRATES:%=doc/%/index.html)
Expand Down

0 comments on commit a190394

Please sign in to comment.