diff options
author | Brad King <brad.king@kitware.com> | 2019-08-19 15:41:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-08-19 15:41:32 (GMT) |
commit | d56a4b16ca6f09d099c2ec832b11708f9b4b9819 (patch) | |
tree | 5500f4b8124bfc6907b4ff0f9910d48f903fcd80 /Help | |
parent | 1958c78fe1d600e1d1d4cde480907ac6fcad4a1e (diff) | |
download | CMake-d56a4b16ca6f09d099c2ec832b11708f9b4b9819.zip CMake-d56a4b16ca6f09d099c2ec832b11708f9b4b9819.tar.gz CMake-d56a4b16ca6f09d099c2ec832b11708f9b4b9819.tar.bz2 |
Help: Restore installation of top-level index
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`.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/index.rst | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Help/index.rst b/Help/index.rst index cf1d2f1..cc6cee6 100644 --- a/Help/index.rst +++ b/Help/index.rst @@ -44,13 +44,15 @@ Reference Manuals /manual/cmake-variables.7 /manual/cpack-generators.7 -Guides -###### +.. only:: not man -.. toctree:: - :maxdepth: 1 + Guides + ###### + + .. toctree:: + :maxdepth: 1 - /guide/tutorial/index + /guide/tutorial/index .. only:: html or text |