summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaura Ekstrand <laura@jlekstrand.net>2018-05-18 16:28:49 -0700
committerMarge Bot <eric+marge@anholt.net>2020-06-13 10:42:00 +0000
commit5aea48001fca482155e96d3cb38be231a64b3c39 (patch)
treecca70bb8b31fbc77e135041fb18746194bab8695
parent7039310ae3933df6179a787746a4518d89bab8a8 (diff)
docs: include meson in the toctree
Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
-rw-r--r--docs/contents.rst2
-rw-r--r--docs/install.rst6
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/contents.rst b/docs/contents.rst
index 6db72c43a72..2d44e147ce3 100644
--- a/docs/contents.rst
+++ b/docs/contents.rst
@@ -14,7 +14,7 @@
conform
.. toctree::
- :maxdepth: 1
+ :maxdepth: 2
:caption: Download and Install
:hidden:
diff --git a/docs/install.rst b/docs/install.rst
index ea8ccc1ad51..d5a1929c457 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -1,6 +1,12 @@
Compiling and Installing
========================
+.. toctree::
+ :maxdepth: 1
+ :hidden:
+
+ meson
+
#. `Prerequisites for building <#prereq-general>`__
- `General prerequisites <#prereq-general>`__