mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Auto merge of #44413 - est31:move_man, r=nikomatsakis
Move the man directory to a subdirectory There is no reason it should be in the top directory.
This commit is contained in:
commit
a7b7dce02d
@ -432,7 +432,7 @@ impl Step for Rustc {
|
||||
|
||||
// Man pages
|
||||
t!(fs::create_dir_all(image.join("share/man/man1")));
|
||||
cp_r(&build.src.join("man"), &image.join("share/man/man1"));
|
||||
cp_r(&build.src.join("src/doc/man"), &image.join("share/man/man1"));
|
||||
|
||||
// Debugger scripts
|
||||
builder.ensure(DebuggerScripts {
|
||||
@ -834,7 +834,6 @@ impl Step for PlainSourceTarball {
|
||||
"config.toml.example",
|
||||
];
|
||||
let src_dirs = [
|
||||
"man",
|
||||
"src",
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user