[cmake-commits] alex committed cmInstallCommand.h 1.16 1.17

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jun 15 10:34:42 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv6683/Source

Modified Files:
	cmInstallCommand.h 
Log Message:

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

Alex


Index: cmInstallCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmInstallCommand.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- cmInstallCommand.h	5 Oct 2006 15:31:56 -0000	1.16
+++ cmInstallCommand.h	15 Jun 2007 14:34:40 -0000	1.17
@@ -69,12 +69,12 @@
       "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 @@
       "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"



More information about the Cmake-commits mailing list