mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 14:58:45 +00:00
![Brad King](/assets/img/avatar_default.png)
We removed installation of `Help/index.rst` in commit d2fde94809 (Help: Add infrastructure for guide-level documentation, 2019-05-30), but the file is required for `--help-full` to work. Restore installation of the file and update it to avoid referencing the `Help/guide` directory in its toctree during processing by `cmRST`.
74 lines
1.1 KiB
ReStructuredText
74 lines
1.1 KiB
ReStructuredText
.. title:: CMake Reference Documentation
|
|
|
|
Command-Line Tools
|
|
##################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
/manual/cmake.1
|
|
/manual/ctest.1
|
|
/manual/cpack.1
|
|
|
|
Interactive Dialogs
|
|
###################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
/manual/cmake-gui.1
|
|
/manual/ccmake.1
|
|
|
|
Reference Manuals
|
|
#################
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
/manual/cmake-buildsystem.7
|
|
/manual/cmake-commands.7
|
|
/manual/cmake-compile-features.7
|
|
/manual/cmake-developer.7
|
|
/manual/cmake-env-variables.7
|
|
/manual/cmake-file-api.7
|
|
/manual/cmake-generator-expressions.7
|
|
/manual/cmake-generators.7
|
|
/manual/cmake-language.7
|
|
/manual/cmake-modules.7
|
|
/manual/cmake-packages.7
|
|
/manual/cmake-policies.7
|
|
/manual/cmake-properties.7
|
|
/manual/cmake-qt.7
|
|
/manual/cmake-server.7
|
|
/manual/cmake-toolchains.7
|
|
/manual/cmake-variables.7
|
|
/manual/cpack-generators.7
|
|
|
|
.. only:: not man
|
|
|
|
Guides
|
|
######
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
/guide/tutorial/index
|
|
|
|
.. only:: html or text
|
|
|
|
Release Notes
|
|
#############
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
/release/index
|
|
|
|
.. only:: html
|
|
|
|
Index and Search
|
|
################
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|