Skip to content

Commit 1feb618

Browse files
committed
build(Makefile): 修复文档构建路径错误
1 parent 51cf9a9 commit 1feb618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ doc:
9999
$(call log_info,Building API documentation (rustdoc)...)
100100
$(Q)cd kernel && cargo doc --no-deps
101101
$(Q)rm -rf book/api
102-
$(Q)cp -r kernel/target/x86_64-unknown-none/doc book/api
102+
$(Q)cp -r target/x86_64-unknown-none/doc book/api
103103
$(call log_success,Documentation built in book/)
104104

105105
docs-serve:

0 commit comments

Comments
 (0)