mk: fix the CFG_ENABLE_COMPILER_DOCS spelling

This commit is contained in:
Gleb Kozyrev 2015-06-03 00:49:47 +03:00
parent c800b22e95
commit b936b1bd7c
1 changed files with 1 additions and 1 deletions

View File

@ -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)