diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index b872d79355..d5fec650cb 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -5601,6 +5601,10 @@ system and gives an overview of their function and contents. | |||
5601 | you to specify the inclusion of debugging symbols and the compiler | 5601 | you to specify the inclusion of debugging symbols and the compiler |
5602 | optimizations (none, performance or size). | 5602 | optimizations (none, performance or size). |
5603 | 5603 | ||
5604 | :term:`MESON_INSTALL_TAGS` | ||
5605 | A variable for the :ref:`ref-classes-meson` class, allowing to specify | ||
5606 | install tags (``--tags`` argument of the ``meson install`` command). | ||
5607 | |||
5604 | :term:`MESON_TARGET` | 5608 | :term:`MESON_TARGET` |
5605 | A variable for the :ref:`ref-classes-meson` class, allowing to choose | 5609 | A variable for the :ref:`ref-classes-meson` class, allowing to choose |
5606 | a Meson target to build in :ref:`ref-tasks-compile`. Otherwise, the | 5610 | a Meson target to build in :ref:`ref-tasks-compile`. Otherwise, the |