Skip to content

Commit

Permalink
add --docdir option to the install template
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmohit committed Sep 13, 2016
1 parent 755bc3d commit 49af132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ valopt components "" "comma-separated list of components to install"
flag list-components "list available components"
valopt libdir "$CFG_DESTDIR_PREFIX/lib" "install libraries"
valopt mandir "$CFG_DESTDIR_PREFIX/share/man" "install man pages in PATH"
valopt docdir "$CFG_DESTDIR_PREFIX/share/doc/rust" "install documentation in PATH"
opt ldconfig 1 "run ldconfig after installation (Linux only)"
opt verify 1 "obsolete"
flag verbose "run with verbose output"
Expand Down

0 comments on commit 49af132

Please sign in to comment.