From fa642fee71db27c9cf660ef3d08a796b14a02cef Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 6 Aug 2003 15:22:26 -0400 Subject: ENH: Tweaked whitespace in documentation of command. --- Source/cmInstallFilesCommand.h | 2 +- Source/cmInstallProgramsCommand.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h index 8245881..60998b1 100644 --- a/Source/cmInstallFilesCommand.h +++ b/Source/cmInstallFilesCommand.h @@ -85,7 +85,7 @@ public: " INSTALL_FILES( FILES file file ...)\n" "Any files listed after the FILES keyword will be " "installed explicitly from the names given. Full paths are allowed in " - "this form.\n\n" + "this form.\n" "The directory is relative to the installation prefix, which " "is stored in the variable CMAKE_INSTALL_PREFIX."; } 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( 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 is relative to the installation prefix, which " "is stored in the variable CMAKE_INSTALL_PREFIX."; } -- cgit v0.12