summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-04 22:09:43 (GMT)
committerBrad King <brad.king@kitware.com>2006-10-04 22:09:43 (GMT)
commit168591e72dd3d67ae2ced24582e6b117a9a2ac4f (patch)
tree2714cb9de8d093c0bb3b8db7d18151e8f4237736 /Source
parent40adb2ce0330020600424430fa52d743e4d504db (diff)
downloadCMake-168591e72dd3d67ae2ced24582e6b117a9a2ac4f.zip
CMake-168591e72dd3d67ae2ced24582e6b117a9a2ac4f.tar.gz
CMake-168591e72dd3d67ae2ced24582e6b117a9a2ac4f.tar.bz2
BUG: COMMENT was missing from docs.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmAddCustomCommandCommand.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h
index 2b27da1..81338d6 100644
--- a/Source/cmAddCustomCommandCommand.h
+++ b/Source/cmAddCustomCommandCommand.h
@@ -102,10 +102,11 @@ public:
" POST_BUILD - run after the target has been built\n"
"Note that the PRE_BUILD option is only supported on Visual "
"Studio 7 or later. For all other generators PRE_BUILD "
- "will be treated as PRE_LINK. "
+ "will be treated as PRE_LINK.\n"
"If WORKING_DIRECTORY is specified the command will be executed "
- "in the directory given."
- "\n"
+ "in the directory given. "
+ "If COMMENT is set, the value will be displayed as a "
+ "message before the commands are executed at build time. "
"If APPEND is specified the COMMAND and DEPENDS option values "
"are appended to the custom command for the first output specified. "
"There must have already been a previous call to this command with "