about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2016-09-24 00:15:45 +0200
committerGitHub <noreply@github.com>2016-09-24 00:15:45 +0200
commit677ede26232186a1cd8cbe50a4fe888293458867 (patch)
treef2378a341ebefaaa64f8d213e639d8fd08e24af4
parentf17bdb7eecfe6fa0863c71acd8f0590dbf03dcce (diff)
parentb19c9ec054333728f7750e52b53784fe49cceec9 (diff)
downloadrust-677ede26232186a1cd8cbe50a4fe888293458867.tar.gz
rust-677ede26232186a1cd8cbe50a4fe888293458867.zip
Rollup merge of #36500 - orbea:docdir, r=nikomatsakis
This installs documentation not man pages

This fixes the description for docdir in configure, it was my mistake for leaving it as "man pages", oops.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a8bd3acdff1..586b29646c5 100755
--- a/configure
+++ b/configure
@@ -676,7 +676,7 @@ valopt_nosave local-rust-root "/usr/local" "set prefix for local rust binary"
 valopt_nosave host "${CFG_BUILD}" "GNUs ./configure syntax LLVM host triples"
 valopt_nosave target "${CFG_HOST}" "GNUs ./configure syntax LLVM target triples"
 valopt_nosave mandir "${CFG_PREFIX}/share/man" "install man pages in PATH"
-valopt_nosave docdir "${CFG_PREFIX}/share/doc/rust" "install man pages in PATH"
+valopt_nosave docdir "${CFG_PREFIX}/share/doc/rust" "install documentation in PATH"
 
 # On Windows this determines root of the subtree for target libraries.
 # Host runtime libs always go to 'bin'.