STYLE: Fixed line-too-long style errors.

This commit is contained in:
Brad King 2006-08-18 08:57:17 -04:00
parent 21b1ecb97b
commit 7b58ed7813
2 changed files with 3 additions and 3 deletions

View File

@ -69,8 +69,8 @@ public:
" [WORKING_DIRECTORY dir]\n" " [WORKING_DIRECTORY dir]\n"
"Adds a target with the given name that executes the given commands. " "Adds a target with the given name that executes the given commands. "
"The target has no output file and is ALWAYS CONSIDERED OUT OF DATE " "The target has no output file and is ALWAYS CONSIDERED OUT OF DATE "
"even if the commands try to create a file with the name of the target. " "even if the commands try to create a file with the name of the "
"Use ADD_CUSTOM_COMMAND to generate a file with dependencies. " "target. Use ADD_CUSTOM_COMMAND to generate a file with dependencies. "
"By default nothing depends on the custom target. Use " "By default nothing depends on the custom target. Use "
"ADD_DEPENDENCIES to add dependencies to or from other targets. " "ADD_DEPENDENCIES to add dependencies to or from other targets. "
"If the ALL option is specified " "If the ALL option is specified "