diff options
author | Alex Neundorf <neundorf@kde.org> | 2013-07-26 20:43:42 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2013-07-26 20:43:42 (GMT) |
commit | ee32673c7d39ec21788b46d6dc0200565096977f (patch) | |
tree | 6a41a828422351d7d7400e9dcdfc8b0b23f390dd /Source/cmakemain.cxx | |
parent | 87402c995ed2460deb2f39e02acf77a0bb57f263 (diff) | |
download | CMake-ee32673c7d39ec21788b46d6dc0200565096977f.zip CMake-ee32673c7d39ec21788b46d6dc0200565096977f.tar.gz CMake-ee32673c7d39ec21788b46d6dc0200565096977f.tar.bz2 |
Add documentation for the --graphviz support
This patch adds Modules/CMakeGraphVizOptions.cmake, which is used
only for generating documentation for the --graphviz support.
Alex
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r-- | Source/cmakemain.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index 77a5e43..f3553f1 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -108,9 +108,11 @@ static const char * cmDocumentationOptions[][3] = "to stdout. This can be used to use cmake instead of pkg-config to find " "installed libraries in plain Makefile-based projects or in " "autoconf-based projects (via share/aclocal/cmake.m4)."}, - {"--graphviz=[file]", "Generate graphviz of dependencies.", + {"--graphviz=[file]", "Generate graphviz of dependencies, see " + "CMakeGraphVizOptions.cmake for more.", "Generate a graphviz input file that will contain all the library and " - "executable dependencies in the project."}, + "executable dependencies in the project. See the documentation for " + "CMakeGraphVizOptions.cmake for more details. "}, {"--system-information [file]", "Dump information about this system.", "Dump a wide range of information about the current system. If run " "from the top of a binary tree for a CMake project it will dump " |