summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetsCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-02-14 23:47:16 (GMT)
committerBrad King <brad.king@kitware.com>2003-02-14 23:47:16 (GMT)
commita02574158d178615cf8fd642695e5099b6041049 (patch)
treedf9f52770e9c2ff771988ae1a91ec0b2287548da /Source/cmInstallTargetsCommand.h
parentdec0b5106611cbccd1f75c1fa3371d66bdd69a47 (diff)
downloadCMake-a02574158d178615cf8fd642695e5099b6041049.zip
CMake-a02574158d178615cf8fd642695e5099b6041049.tar.gz
CMake-a02574158d178615cf8fd642695e5099b6041049.tar.bz2
ENH: Cleaned up documentation and formatted it for use by cmDocumentation.
Diffstat (limited to 'Source/cmInstallTargetsCommand.h')
-rw-r--r--Source/cmInstallTargetsCommand.h8
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);