Skip to content

Commit b119e42

Browse files
committed
Add run-make-support to x doc
1 parent 84b40fc commit b119e42

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/bootstrap/src/core/build_steps/doc.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,14 @@ tool_doc!(
10281028
is_library = true,
10291029
crates = ["bootstrap"]
10301030
);
1031+
tool_doc!(
1032+
RunMakeSupport,
1033+
"run_make_support",
1034+
"src/tools/run-make-support",
1035+
rustc_tool = false,
1036+
is_library = true,
1037+
crates = ["run_make_support"]
1038+
);
10311039

10321040
#[derive(Ord, PartialOrd, Debug, Clone, Hash, PartialEq, Eq)]
10331041
pub struct ErrorIndex {

src/bootstrap/src/core/builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,7 @@ impl<'a> Builder<'a> {
888888
doc::Tidy,
889889
doc::Bootstrap,
890890
doc::Releases,
891+
doc::RunMakeSupport,
891892
),
892893
Kind::Dist => describe!(
893894
dist::Docs,

0 commit comments

Comments
 (0)