mirror of
https://github.com/reactos/CMake.git
synced 2025-04-06 17:21:39 +00:00

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.
29 lines
473 B
ReStructuredText
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`
|