diff options
Diffstat (limited to 'Source/cmInstallTargetsCommand.h')
-rw-r--r-- | Source/cmInstallTargetsCommand.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Source/cmInstallTargetsCommand.h b/Source/cmInstallTargetsCommand.h index 339888d..b245447 100644 --- a/Source/cmInstallTargetsCommand.h +++ b/Source/cmInstallTargetsCommand.h @@ -54,7 +54,7 @@ public: */ virtual const char* GetTerseDocumentation() { - return "Create install rules for targets"; + return "Create UNIX install rules for targets."; } /** @@ -63,8 +63,10 @@ public: virtual const char* GetFullDocumentation() { return - "INSTALL_TARGETS(path target target)\n" - "Create rules to install the listed targets into the path. Path is relative to the variable PREFIX"; + " INSTALL_TARGETS(<dir> target target)\n" + "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."; } cmTypeMacro(cmInstallTargetsCommand, cmCommand); |