diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2011-11-13 21:44:53 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2012-01-22 10:42:49 (GMT) |
commit | c6a016944211b737c45385423fc7df10462e34ab (patch) | |
tree | 3971d56823c84108bbb663360034bba8fd28225d /Source/QtDialog | |
parent | a668c9f059cebad61138511f7e91fbe49a414666 (diff) | |
download | CMake-c6a016944211b737c45385423fc7df10462e34ab.zip CMake-c6a016944211b737c45385423fc7df10462e34ab.tar.gz CMake-c6a016944211b737c45385423fc7df10462e34ab.tar.bz2 |
CPack begin the implementation of --help-command* and --help-variables*
This modifications set tries to keep the unified doc for cmake/ctest/cpack
while introducing tool specific documentation separated.
Some documentation sections for CMake do not fit well to CPack.
Diffstat (limited to 'Source/QtDialog')
-rw-r--r-- | Source/QtDialog/CMakeSetup.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetup.cxx b/Source/QtDialog/CMakeSetup.cxx index 7ba7f51..b4f3d72 100644 --- a/Source/QtDialog/CMakeSetup.cxx +++ b/Source/QtDialog/CMakeSetup.cxx @@ -64,6 +64,7 @@ int main(int argc, char** argv) // check docs first so that X is not need to get docs // do docs, if args were given cmDocumentation doc; + doc.addCMakeStandardDocSections(); if(argc >1 && doc.CheckOptions(argc, argv)) { // Construct and print requested documentation. |