Skip to content

Commit 677ede2

Browse files
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.
2 parents f17bdb7 + b19c9ec commit 677ede2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ valopt_nosave local-rust-root "/usr/local" "set prefix for local rust binary"
676676
valopt_nosave host "${CFG_BUILD}" "GNUs ./configure syntax LLVM host triples"
677677
valopt_nosave target "${CFG_HOST}" "GNUs ./configure syntax LLVM target triples"
678678
valopt_nosave mandir "${CFG_PREFIX}/share/man" "install man pages in PATH"
679-
valopt_nosave docdir "${CFG_PREFIX}/share/doc/rust" "install man pages in PATH"
679+
valopt_nosave docdir "${CFG_PREFIX}/share/doc/rust" "install documentation in PATH"
680680

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

0 commit comments

Comments
 (0)