mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Add std docs to the build process
This commit is contained in:
parent
e0715380dc
commit
0c6200743c
@ -141,6 +141,12 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CFG_NATURALDOCS),)
|
||||
$(info cfg: no naturaldocs found, omitting doc/std/index.html
|
||||
else
|
||||
DOCS += doc/std/index.html
|
||||
endif
|
||||
|
||||
ifdef CFG_DISABLE_DOCS
|
||||
$(info cfg: disabling doc build (CFG_DISABLE_DOCS))
|
||||
DOCS :=
|
||||
|
Loading…
Reference in New Issue
Block a user