about summary refs log tree commit diff
diff options
context:
space:
mode:
authororbea <ovariegata@yahoo.com>2016-09-15 10:26:16 -0700
committerorbea <ovariegata@yahoo.com>2016-09-15 10:26:16 -0700
commitb19c9ec054333728f7750e52b53784fe49cceec9 (patch)
treebbb67e53d5367c7ee7867143c30d603ba2a723f0
parent5e9149d73f7d2912079f08e48eb257e8a6d4f0b3 (diff)
downloadrust-b19c9ec054333728f7750e52b53784fe49cceec9.tar.gz
rust-b19c9ec054333728f7750e52b53784fe49cceec9.zip
This installs documentation not man pages
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6b822f6bc48..367b2ab8a00 100755
--- a/configure
+++ b/configure
@@ -671,7 +671,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'.