STYLE: add some more line breaks so it should be easier to read

Alex
This commit is contained in:
Alexander Neundorf 2007-06-15 10:34:40 -04:00
parent 9d4f3a0686
commit fe45c19666
1 changed files with 6 additions and 6 deletions

View File

@ -69,12 +69,12 @@ public:
"There are multiple signatures for this command. Some of them define " "There are multiple signatures for this command. Some of them define "
"installation properties for files and targets. Properties common to " "installation properties for files and targets. Properties common to "
"multiple signatures are covered here but they are valid only for " "multiple signatures are covered here but they are valid only for "
"signatures that specify them. " "signatures that specify them.\n"
"DESTINATION arguments specify " "DESTINATION arguments specify "
"the directory on disk to which a file will be installed. " "the directory on disk to which a file will be installed. "
"If a full path (with a leading slash or drive letter) is given it " "If a full path (with a leading slash or drive letter) is given it "
"is used directly. If a relative path is given it is interpreted " "is used directly. If a relative path is given it is interpreted "
"relative to the value of CMAKE_INSTALL_PREFIX. " "relative to the value of CMAKE_INSTALL_PREFIX.\n"
"PERMISSIONS arguments specify permissions for installed files. " "PERMISSIONS arguments specify permissions for installed files. "
"Valid permissions are " "Valid permissions are "
"OWNER_READ, OWNER_WRITE, OWNER_EXECUTE, " "OWNER_READ, OWNER_WRITE, OWNER_EXECUTE, "
@ -82,17 +82,17 @@ public:
"WORLD_READ, WORLD_WRITE, WORLD_EXECUTE, " "WORLD_READ, WORLD_WRITE, WORLD_EXECUTE, "
"SETUID, and SETGID. " "SETUID, and SETGID. "
"Permissions that do not make sense on certain platforms are ignored " "Permissions that do not make sense on certain platforms are ignored "
"on those platforms. " "on those platforms.\n"
"The CONFIGURATIONS argument specifies a list of build configurations " "The CONFIGURATIONS argument specifies a list of build configurations "
"for which the install rule applies (Debug, Release, etc.). " "for which the install rule applies (Debug, Release, etc.).\n"
"The COMPONENT argument specifies an installation component name " "The COMPONENT argument specifies an installation component name "
"with which the install rule is associated, such as \"runtime\" or " "with which the install rule is associated, such as \"runtime\" or "
"\"development\". During component-specific installation only " "\"development\". During component-specific installation only "
"install rules associated with the given component name will be " "install rules associated with the given component name will be "
"executed. During a full installation all components are installed. " "executed. During a full installation all components are installed.\n"
"The RENAME argument specifies a name for an installed file that " "The RENAME argument specifies a name for an installed file that "
"may be different from the original file. Renaming is allowed only " "may be different from the original file. Renaming is allowed only "
"when a single file is installed by the command. " "when a single file is installed by the command.\n"
"The OPTIONAL argument specifies that it is not an error if the " "The OPTIONAL argument specifies that it is not an error if the "
"file to be installed does not exist. " "file to be installed does not exist. "
"\n" "\n"