Skip to content

Commit 3972c1f

Browse files
committed
rust: docs: bundle COPYING-logo too
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 3d07f8a commit 3972c1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ quiet_cmd_rustdoc = RUSTDOC $(if $(rustdoc_host),H, ) $<
8282
rustdoc: rustdoc-core rustdoc-macros rustdoc-compiler_builtins \
8383
rustdoc-alloc rustdoc-kernel
8484
$(Q)cp $(srctree)/Documentation/images/logo.svg $(objtree)/$(obj)/doc
85+
$(Q)cp $(srctree)/Documentation/images/COPYING-logo $(objtree)/$(obj)/doc
8586
$(Q)find $(objtree)/$(obj)/doc -name '*.html' -type f -print0 | xargs -0 sed -Ei \
8687
-e 's:rust-logo\.svg:logo.svg:g' \
8788
-e 's:rust-logo\.png:logo.svg:g' \

0 commit comments

Comments
 (0)