We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 817e1b8 + d587558 commit a7b7dceCopy full SHA for a7b7dce
src/bootstrap/dist.rs
@@ -432,7 +432,7 @@ impl Step for Rustc {
432
433
// Man pages
434
t!(fs::create_dir_all(image.join("share/man/man1")));
435
- cp_r(&build.src.join("man"), &image.join("share/man/man1"));
+ cp_r(&build.src.join("src/doc/man"), &image.join("share/man/man1"));
436
437
// Debugger scripts
438
builder.ensure(DebuggerScripts {
@@ -834,7 +834,6 @@ impl Step for PlainSourceTarball {
834
"config.toml.example",
835
];
836
let src_dirs = [
837
- "man",
838
"src",
839
840
man/rustc.1 renamed to src/doc/man/rustc.1
man/rustdoc.1 renamed to src/doc/man/rustdoc.1
0 commit comments