diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2016-09-24 00:15:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-24 00:15:45 +0200 |
| commit | 677ede26232186a1cd8cbe50a4fe888293458867 (patch) | |
| tree | f2378a341ebefaaa64f8d213e639d8fd08e24af4 | |
| parent | f17bdb7eecfe6fa0863c71acd8f0590dbf03dcce (diff) | |
| parent | b19c9ec054333728f7750e52b53784fe49cceec9 (diff) | |
| download | rust-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-x | configure | 2 |
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'. |
