diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-10-27 20:00:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-10-27 20:00:26 (GMT) |
commit | 3dc02020d962807bff2d8e3a44559eadf5e19f3c (patch) | |
tree | 94d502fa8282fae195df0d796b0eb2bc09496a39 /Source/cmGlobalKdevelopGenerator.cxx | |
parent | 72e125ca1f9cdb28f561b64b0fa15cf090de3972 (diff) | |
download | CMake-3dc02020d962807bff2d8e3a44559eadf5e19f3c.zip CMake-3dc02020d962807bff2d8e3a44559eadf5e19f3c.tar.gz CMake-3dc02020d962807bff2d8e3a44559eadf5e19f3c.tar.bz2 |
DOC: documentation change
Diffstat (limited to 'Source/cmGlobalKdevelopGenerator.cxx')
-rw-r--r-- | Source/cmGlobalKdevelopGenerator.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/cmGlobalKdevelopGenerator.cxx b/Source/cmGlobalKdevelopGenerator.cxx index bbf3c5b..94f3d51 100644 --- a/Source/cmGlobalKdevelopGenerator.cxx +++ b/Source/cmGlobalKdevelopGenerator.cxx @@ -42,11 +42,11 @@ void cmGlobalKdevelopGenerator::GetDocumentation(cmDocumentationEntry& entry) co entry.name = this->GetName(); entry.brief = "Generates KDevelop 3 project files."; entry.full = - "A hierarchy of UNIX makefiles is generated into the build tree. Any " + "Project files for KDevelop 3 will be created in the top directory and in every subdirectory " + "which features a CMakeLists.txt file containing a PROJECT() call. " + "If you change the settings using KDevelop cmake will try its best " + "to keep your changes when regenerating the project files. " + "Additionally a hierarchy of UNIX makefiles is generated into the build tree. Any " "standard UNIX-style make program can build the project through the " - "default make target. A \"make install\" target is also provided." - "Additionally in each directory which features executable or library" - " targets a KDevelop 3 project file is generated.\n" - "If you change the settings using KDevelop your cmake will try its best" - "to keep your changes when regenerating the project files."; + "default make target. A \"make install\" target is also provided."; } |