From a04796ddcb417c9a9b015c18af4425ee237dc9e9 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 10 Jul 2003 23:14:11 -0400 Subject: [PATCH] ENH: Wrote basic description in full documentation block. --- Source/cmGlobalUnixMakefileGenerator.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/cmGlobalUnixMakefileGenerator.cxx b/Source/cmGlobalUnixMakefileGenerator.cxx index 1a71cc431..79bbc38f6 100644 --- a/Source/cmGlobalUnixMakefileGenerator.cxx +++ b/Source/cmGlobalUnixMakefileGenerator.cxx @@ -99,5 +99,8 @@ void cmGlobalUnixMakefileGenerator::GetDocumentation(cmDocumentationEntry& entry { entry.name = this->GetName(); entry.brief = "Generates standard UNIX makefiles."; - entry.full = "full UNIX!"; + entry.full = + "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."; }