Skip to content

Commit b19c9ec

Browse files
author
orbea
committed
This installs documentation not man pages
1 parent 5e9149d commit b19c9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ valopt_nosave local-rust-root "/usr/local" "set prefix for local rust binary"
671671
valopt_nosave host "${CFG_BUILD}" "GNUs ./configure syntax LLVM host triples"
672672
valopt_nosave target "${CFG_HOST}" "GNUs ./configure syntax LLVM target triples"
673673
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"
674+
valopt_nosave docdir "${CFG_PREFIX}/share/doc/rust" "install documentation in PATH"
675675

676676
# On Windows this determines root of the subtree for target libraries.
677677
# Host runtime libs always go to 'bin'.

0 commit comments

Comments
 (0)