Skip to content

Commit 466344f

Browse files
committed
docs: rust: use Rust for Linux logo
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent afc3acf commit 466344f

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed
798 Bytes
Loading
2.03 KB
Loading
52.7 KB
Loading

rust/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ quiet_cmd_rustdoc = RUSTDOC $(if $(rustdoc_host),H, ) $<
3838
@$(objtree)/include/generated/rustc_cfg $<
3939

4040
rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins rustdoc-alloc rustdoc-kernel
41+
$(Q)cp $(srctree)/Documentation/rust/assets/* $(objtree)/rust/doc
4142

4243
rustdoc-macros: private rustdoc_host = yes
4344
rustdoc-macros: private rustc_target_flags = --crate-type proc-macro \

0 commit comments

Comments
 (0)