summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-15 14:34:40 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-15 14:34:40 (GMT)
commitfe45c1966677ef8807f36d586159e7e74934b1db (patch)
treece7e2c9fede104ada7d835a3cbeb8bd6669536ae /Source/cmInstallCommand.h
parent9d4f3a06864b3b5fe96073ddc256ef39ab24ddad (diff)
downloadCMake-fe45c1966677ef8807f36d586159e7e74934b1db.zip
CMake-fe45c1966677ef8807f36d586159e7e74934b1db.tar.gz
CMake-fe45c1966677ef8807f36d586159e7e74934b1db.tar.bz2
STYLE: add some more line breaks so it should be easier to read
Alex
Diffstat (limited to 'Source/cmInstallCommand.h')
-rw-r--r--Source/cmInstallCommand.h12
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"