Fix some typos in CPACK_SET_DESTDIR doc
This commit is contained in:
parent
ec50093be7
commit
b0cb29bb06
|
@ -44,14 +44,14 @@ void cmCPackDocumentVariables::DefineVariables(cmake* cm)
|
||||||
"Boolean toggle to make CPack use DESTDIR mechanism when"
|
"Boolean toggle to make CPack use DESTDIR mechanism when"
|
||||||
" packaging.", "DESTDIR means DESTination DIRectory."
|
" packaging.", "DESTDIR means DESTination DIRectory."
|
||||||
" It is commonly used by makefile "
|
" It is commonly used by makefile "
|
||||||
"users in order to install software at non-default location. It a"
|
"users in order to install software at non-default location. It "
|
||||||
"basic relocation mechanism. "
|
"is a basic relocation mechanism. "
|
||||||
"It is usually invoked like this:\n"
|
"It is usually invoked like this:\n"
|
||||||
" make DESTDIR=/home/john install\n"
|
" make DESTDIR=/home/john install\n"
|
||||||
"which will install the concerned software using the"
|
"which will install the concerned software using the"
|
||||||
" installation prefix, e.g. \"/usr/local\" prepended with "
|
" installation prefix, e.g. \"/usr/local\" prepended with "
|
||||||
"the DESTDIR value which finally gives \"/home/john/usr/local\"."
|
"the DESTDIR value which finally gives \"/home/john/usr/local\"."
|
||||||
" When preparing a package CPack first installs the items to be "
|
" When preparing a package, CPack first installs the items to be "
|
||||||
"packaged in a local (to the build tree) directory by using the "
|
"packaged in a local (to the build tree) directory by using the "
|
||||||
"same DESTDIR mechanism. Nevertheless, if "
|
"same DESTDIR mechanism. Nevertheless, if "
|
||||||
"CPACK_SET_DESTDIR is set then CPack will set DESTDIR before"
|
"CPACK_SET_DESTDIR is set then CPack will set DESTDIR before"
|
||||||
|
@ -63,7 +63,7 @@ void cmCPackDocumentVariables::DefineVariables(cmake* cm)
|
||||||
"Manually setting CPACK_SET_DESTDIR may help (or simply be"
|
"Manually setting CPACK_SET_DESTDIR may help (or simply be"
|
||||||
" necessary) if some install rules uses absolute "
|
" necessary) if some install rules uses absolute "
|
||||||
"DESTINATION (see CMake INSTALL command)."
|
"DESTINATION (see CMake INSTALL command)."
|
||||||
"However, starting with"
|
" However, starting with"
|
||||||
" CPack/CMake 2.8.3 RPM and DEB installers tries to handle DESTDIR"
|
" CPack/CMake 2.8.3 RPM and DEB installers tries to handle DESTDIR"
|
||||||
" automatically so that it is seldom necessary for the user to set"
|
" automatically so that it is seldom necessary for the user to set"
|
||||||
" it.", false,
|
" it.", false,
|
||||||
|
|
Loading…
Reference in New Issue