Skip to content

Commit 1db773d

Browse files
committed
kbuild: remove old Rust docs output path
The Rust code documentation output path moved from `rust/doc` to `Documentation/output/rust/rustdoc`. The `make cleandocs` target takes care of cleaning it now since it is integrated with the rest of the documentation. Thus remove the old reference. Fixes: 48fadf4 ("docs: Move rustdoc output, cross-reference it") Reviewed-by: Benno Lossin <[email protected]> Reviewed-by: Alice Ryhl <[email protected]> Reviewed-by: Andreas Hindborg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent bd9e54a commit 1db773d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ endif # CONFIG_MODULES
14741474
# Directories & files removed with 'make clean'
14751475
CLEAN_FILES += vmlinux.symvers modules-only.symvers \
14761476
modules.builtin modules.builtin.modinfo modules.nsdeps \
1477-
compile_commands.json .thinlto-cache rust/test rust/doc \
1477+
compile_commands.json .thinlto-cache rust/test \
14781478
rust-project.json .vmlinux.objs .vmlinux.export.c
14791479

14801480
# Directories & files removed with 'make mrproper'

0 commit comments

Comments
 (0)