summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-08-06 18:49:52 (GMT)
committerBrad King <brad.king@kitware.com>2003-08-06 18:49:52 (GMT)
commitb78888fe3889c2477b0d0ce93d6ab14bcdd25000 (patch)
treedef2a368702638f0dd42e65b15c3aa3ceb520441 /Source/cmakemain.cxx
parentf86ffd72cae4d516e726586ee0a7f68f73f91bac (diff)
downloadCMake-b78888fe3889c2477b0d0ce93d6ab14bcdd25000.zip
CMake-b78888fe3889c2477b0d0ce93d6ab14bcdd25000.tar.gz
CMake-b78888fe3889c2477b0d0ce93d6ab14bcdd25000.tar.bz2
ENH: Added configuration of name of executable in man page header and version banner.
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index 5b142c3..c55f915 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -113,6 +113,7 @@ int do_cmake(int ac, char** av)
std::vector<cmDocumentationEntry> generators;
hcm.GetCommandDocumentation(commands);
hcm.GetGeneratorDocumentation(generators);
+ doc.SetName("cmake");
doc.SetNameSection(cmDocumentationName);
doc.SetUsageSection(cmDocumentationUsage);
doc.SetDescriptionSection(cmDocumentationDescription);