diff options
author | Brad King <brad.king@kitware.com> | 2003-08-06 19:22:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-08-06 19:22:26 (GMT) |
commit | fa642fee71db27c9cf660ef3d08a796b14a02cef (patch) | |
tree | 8e9db5d6a725b78b45680792e6c053779dc0e141 /Source/cmInstallProgramsCommand.h | |
parent | ac0911e08b2c69a9cd9821f63d8f59402c115edf (diff) | |
download | CMake-fa642fee71db27c9cf660ef3d08a796b14a02cef.zip CMake-fa642fee71db27c9cf660ef3d08a796b14a02cef.tar.gz CMake-fa642fee71db27c9cf660ef3d08a796b14a02cef.tar.bz2 |
ENH: Tweaked whitespace in documentation of command.
Diffstat (limited to 'Source/cmInstallProgramsCommand.h')
-rw-r--r-- | Source/cmInstallProgramsCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmInstallProgramsCommand.h b/Source/cmInstallProgramsCommand.h index e90f723..4742baf 100644 --- a/Source/cmInstallProgramsCommand.h +++ b/Source/cmInstallProgramsCommand.h @@ -74,10 +74,10 @@ public: "Create rules to install the listed programs into the given directory.\n" " INSTALL_PROGRAMS(<dir> regexp)\n" "In the second form any program in the current source directory that " - "matches the regular expression will be installed.\n\n" + "matches the regular expression will be installed.\n" "This command is intended to install programs that are not built " "by cmake, such as shell scripts. See INSTALL_TARGETS to " - "create installation rules for targets built by cmake.\n\n" + "create installation rules for targets built by cmake.\n" "The directory <dir> is relative to the installation prefix, which " "is stored in the variable CMAKE_INSTALL_PREFIX."; } |