We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9149d commit b19c9ecCopy full SHA for b19c9ec
configure
@@ -671,7 +671,7 @@ valopt_nosave local-rust-root "/usr/local" "set prefix for local rust binary"
671
valopt_nosave host "${CFG_BUILD}" "GNUs ./configure syntax LLVM host triples"
672
valopt_nosave target "${CFG_HOST}" "GNUs ./configure syntax LLVM target triples"
673
valopt_nosave mandir "${CFG_PREFIX}/share/man" "install man pages in PATH"
674
-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"
675
676
# On Windows this determines root of the subtree for target libraries.
677
# Host runtime libs always go to 'bin'.
0 commit comments