We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cf9a9 commit 1feb618Copy full SHA for 1feb618
Makefile
@@ -99,7 +99,7 @@ doc:
99
$(call log_info,Building API documentation (rustdoc)...)
100
$(Q)cd kernel && cargo doc --no-deps
101
$(Q)rm -rf book/api
102
- $(Q)cp -r kernel/target/x86_64-unknown-none/doc book/api
+ $(Q)cp -r target/x86_64-unknown-none/doc book/api
103
$(call log_success,Documentation built in book/)
104
105
docs-serve:
0 commit comments