Add run-make-support to x doc

This commit is contained in:
Chris Denton 2024-05-28 02:10:06 +00:00
parent 84b40fc908
commit b119e42b18
No known key found for this signature in database
GPG Key ID: 713472F2F45627DE
2 changed files with 9 additions and 0 deletions

View File

@ -1028,6 +1028,14 @@ tool_doc!(
is_library = true,
crates = ["bootstrap"]
);
tool_doc!(
RunMakeSupport,
"run_make_support",
"src/tools/run-make-support",
rustc_tool = false,
is_library = true,
crates = ["run_make_support"]
);
#[derive(Ord, PartialOrd, Debug, Clone, Hash, PartialEq, Eq)]
pub struct ErrorIndex {

View File

@ -888,6 +888,7 @@ impl<'a> Builder<'a> {
doc::Tidy,
doc::Bootstrap,
doc::Releases,
doc::RunMakeSupport,
),
Kind::Dist => describe!(
dist::Docs,