diff options
-rw-r--r-- | Help/index.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Help/index.rst b/Help/index.rst new file mode 100644 index 0000000..4136808 --- /dev/null +++ b/Help/index.rst @@ -0,0 +1,28 @@ +CMake Reference Documentation +############################# + +.. only:: html + + Reference Manuals: + +.. toctree:: + :maxdepth: 1 + + /manual/ccmake.1 + /manual/cmake.1 + /manual/cmake-gui.1 + /manual/cpack.1 + /manual/ctest.1 + /manual/cmake-commands.7 + /manual/cmake-generators.7 + /manual/cmake-modules.7 + /manual/cmake-policies.7 + /manual/cmake-properties.7 + /manual/cmake-variables.7 + +.. only:: html + + Index and Search: + + * :ref:`genindex` + * :ref:`search` |