mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rollup merge of #25970 - gkoz:make_compiler_docs, r=brson
This commit is contained in:
commit
a190394ae8
@ -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…
Reference in New Issue
Block a user