[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221206153151.771038-1-carlos.bilbao@amd.com>
Date: Tue, 6 Dec 2022 09:31:49 -0600
From: Carlos Bilbao <carlos.bilbao@....com>
To: <corbet@....net>, <akiyks@...il.com>, <ojeda@...nel.org>
CC: <linux-doc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<bilbao@...edu>, <konstantin@...uxfoundation.org>,
Carlos Bilbao <carlos.bilbao@....com>
Subject: [PATCH v3 0/2] docs: Integrate rustdoc into Rust documentation
Include HTML output generated with rustdoc into the Linux kernel
documentation on Rust.
Carlos Bilbao:
docs: Move rustdoc output, cross-reference it
docs: Integrate rustdoc generation into htmldocs
---
Changes since V2:
- Split v2 into two-patch series.
- Add "only:: html" directive in Documentation/rust/index.rst reference
Changes since V1:
- Work on top of v6.1-rc1.
- Don't use rustdoc.rst, instead add link to Documentation/rust/index.rst.
- In Documentation/Makefile, replace @make rustdoc for $(Q)$(MAKE) rustdoc.
- Don't do LLVM=1 for all rustdoc generation within `make htmldocs`.
- Add spaces on definition of RUSTDOC_OUTPUT, for consistency.
---
Documentation/Makefile | 4 ++++
Documentation/rust/index.rst | 5 +++++
rust/Makefile | 15 +++++++++------
3 files changed, 18 insertions(+), 6 deletions(-)
Powered by blists - more mailing lists