Lines Matching refs:rustdoc
66 --crate-name $(subst rustdoc-,,$@) \
80 rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins \ target
81 rustdoc-alloc rustdoc-kernel
90 >> $(objtree)/$(obj)/doc/rustdoc.css
92 rustdoc-macros: private rustdoc_host = yes
93 rustdoc-macros: private rustc_target_flags = --crate-type proc-macro \
95 rustdoc-macros: $(src)/macros/lib.rs FORCE
96 $(call if_changed,rustdoc)
98 rustdoc-core: private rustc_target_flags = $(core-cfgs)
99 rustdoc-core: $(RUST_LIB_SRC)/core/src/lib.rs FORCE
100 $(call if_changed,rustdoc)
102 rustdoc-compiler_builtins: $(src)/compiler_builtins.rs rustdoc-core FORCE
103 $(call if_changed,rustdoc)
109 rustdoc-alloc: private rustc_target_flags = $(alloc-cfgs) \
111 rustdoc-alloc: $(src)/alloc/lib.rs rustdoc-core rustdoc-compiler_builtins FORCE
112 $(call if_changed,rustdoc)
114 rustdoc-kernel: private rustc_target_flags = --extern alloc \
117 rustdoc-kernel: $(src)/kernel/lib.rs rustdoc-core rustdoc-macros \
118 rustdoc-compiler_builtins rustdoc-alloc $(obj)/libmacros.so \
120 $(call if_changed,rustdoc)