CMake/Help/index.rst
Brad King 6ceb651155 Help: Add index.rst top-level document
Add a top-level document holding the Sphinx root toctree.  List all
reference manuals from Help/manual/*.rst and the Sphinx-generated
general index (genindex) and search pages.
2013-10-15 14:12:49 -04:00

29 lines
473 B
ReStructuredText

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`