diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 19:41:10 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 19:41:10 (GMT) |
commit | 25b26ae808fc449f0b18cad37d74a1d021f0d753 (patch) | |
tree | da91e5c876d6752656a06ea130937a18802e603f /Source/cmInstallTargetsCommand.h | |
parent | 034218935651bbc5e64171aea010d7df0612e535 (diff) | |
download | CMake-25b26ae808fc449f0b18cad37d74a1d021f0d753.zip CMake-25b26ae808fc449f0b18cad37d74a1d021f0d753.tar.gz CMake-25b26ae808fc449f0b18cad37d74a1d021f0d753.tar.bz2 |
STYLE: fix docs
Diffstat (limited to 'Source/cmInstallTargetsCommand.h')
-rw-r--r-- | Source/cmInstallTargetsCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmInstallTargetsCommand.h b/Source/cmInstallTargetsCommand.h index 2389c76..b8e86d9 100644 --- a/Source/cmInstallTargetsCommand.h +++ b/Source/cmInstallTargetsCommand.h @@ -66,8 +66,8 @@ public: "Create rules to install the listed targets into the given directory. " "The directory <dir> is relative to the installation prefix, which " "is stored in the variable CMAKE_INSTALL_PREFIX. If RUNTIME_DIRECTORY " - "specified, then on systems with special runtime files (Windows DLL), " - "the files will be copied to that directory."; + "is specified, then on systems with special runtime files " + "(Windows DLL), the files will be copied to that directory."; } cmTypeMacro(cmInstallTargetsCommand, cmCommand); |