STYLE: fix docs

This commit is contained in:
Ken Martin 2005-11-16 14:41:10 -05:00
parent 0342189356
commit 25b26ae808
3 changed files with 6 additions and 6 deletions

View File

@ -66,8 +66,8 @@ public:
"Create rules to install the listed targets into the given directory. " "Create rules to install the listed targets into the given directory. "
"The directory <dir> is relative to the installation prefix, which " "The directory <dir> is relative to the installation prefix, which "
"is stored in the variable CMAKE_INSTALL_PREFIX. If RUNTIME_DIRECTORY " "is stored in the variable CMAKE_INSTALL_PREFIX. If RUNTIME_DIRECTORY "
"specified, then on systems with special runtime files (Windows DLL), " "is specified, then on systems with special runtime files "
"the files will be copied to that directory."; "(Windows DLL), the files will be copied to that directory.";
} }
cmTypeMacro(cmInstallTargetsCommand, cmCommand); cmTypeMacro(cmInstallTargetsCommand, cmCommand);

View File

@ -73,10 +73,10 @@ public:
"that depends on another project built in a different tree. " "that depends on another project built in a different tree. "
"EXCLUDE option can be used to provide a list of entries to be " "EXCLUDE option can be used to provide a list of entries to be "
"excluded. " "excluded. "
"INCLUDE_INTERNALS can be used to provide a list of internal entries" "INCLUDE_INTERNALS can be used to provide a list of internal entries "
"to be included. Normally, no internal entries are brougt in. Use " "to be included. Normally, no internal entries are brought in. Use "
"of this form of the command is strongly discouraged, but it is " "of this form of the command is strongly discouraged, but it is "
"provided for backward compatability."; "provided for backward compatibility.";
} }
cmTypeMacro(cmLoadCacheCommand, cmCommand); cmTypeMacro(cmLoadCacheCommand, cmCommand);

View File

@ -99,7 +99,7 @@ public:
"the variable ARGC which will be set to the number of arguments " "the variable ARGC which will be set to the number of arguments "
"passed into the function as well as ARGV0 ARGV1 ARGV2 ... which " "passed into the function as well as ARGV0 ARGV1 ARGV2 ... which "
"will have the actual values of the arguments passed in. This " "will have the actual values of the arguments passed in. This "
"fascilitates creating macros with optional arguments. Additionally " "facilitates creating macros with optional arguments. Additionally "
"ARGV holds the list of all arguments given to the macro and ARGN " "ARGV holds the list of all arguments given to the macro and ARGN "
"holds the list of argument pass the last expected argument."; "holds the list of argument pass the last expected argument.";
} }