We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
COPYING-logo
1 parent 3d07f8a commit 3972c1fCopy full SHA for 3972c1f
rust/Makefile
@@ -82,6 +82,7 @@ quiet_cmd_rustdoc = RUSTDOC $(if $(rustdoc_host),H, ) $<
82
rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins \
83
rustdoc-alloc rustdoc-kernel
84
$(Q)cp $(srctree)/Documentation/images/logo.svg $(objtree)/$(obj)/doc
85
+ $(Q)cp $(srctree)/Documentation/images/COPYING-logo $(objtree)/$(obj)/doc
86
$(Q)find $(objtree)/$(obj)/doc -name '*.html' -type f -print0 | xargs -0 sed -Ei \
87
-e 's:rust-logo\.svg:logo.svg:g' \
88
-e 's:rust-logo\.png:logo.svg:g' \
0 commit comments