From d587558269855870229ae995cc88bd5a0ddcb87b Mon Sep 17 00:00:00 2001 From: est31 Date: Fri, 8 Sep 2017 12:37:39 +0200 Subject: Move the man directory to a subdirectory There is no reason it should be in the top directory. --- src/bootstrap/dist.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/bootstrap') diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 2ca65396b35..655a244da18 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -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", ]; -- cgit 1.4.1-3-g733a5