From 3dc02020d962807bff2d8e3a44559eadf5e19f3c Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 27 Oct 2004 16:00:26 -0400 Subject: [PATCH] DOC: documentation change --- Source/cmGlobalKdevelopGenerator.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/cmGlobalKdevelopGenerator.cxx b/Source/cmGlobalKdevelopGenerator.cxx index bbf3c5be2..94f3d5121 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."; }