diff options
-rw-r--r-- | Source/cmInstallCommand.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h index afd66ea..d2d5732 100644 --- a/Source/cmInstallCommand.h +++ b/Source/cmInstallCommand.h @@ -69,12 +69,12 @@ public: "There are multiple signatures for this command. Some of them define " "installation properties for files and targets. Properties common to " "multiple signatures are covered here but they are valid only for " - "signatures that specify them. " + "signatures that specify them.\n" "DESTINATION arguments specify " "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 " "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. " "Valid permissions are " "OWNER_READ, OWNER_WRITE, OWNER_EXECUTE, " @@ -82,17 +82,17 @@ public: "WORLD_READ, WORLD_WRITE, WORLD_EXECUTE, " "SETUID, and SETGID. " "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 " - "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 " "with which the install rule is associated, such as \"runtime\" or " "\"development\". During component-specific installation only " "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 " "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 " "file to be installed does not exist. " "\n" |