mk: fix the CFG_ENABLE_COMPILER_DOCS spelling
This commit is contained in:
parent
c800b22e95
commit
b936b1bd7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue