diff options
author | Brad King <brad.king@kitware.com> | 2003-08-06 18:49:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-08-06 18:49:52 (GMT) |
commit | b78888fe3889c2477b0d0ce93d6ab14bcdd25000 (patch) | |
tree | def2a368702638f0dd42e65b15c3aa3ceb520441 /Source/cmakemain.cxx | |
parent | f86ffd72cae4d516e726586ee0a7f68f73f91bac (diff) | |
download | CMake-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.cxx | 1 |
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); |