diff mbox series

ref-manual: render first mention of DEPLOY_DIR as a :term:

Message ID 5c64d001-3798-8c3e-447a-2d3a3615dbcc@crashcourse.ca
State New
Headers show
Series ref-manual: render first mention of DEPLOY_DIR as a :term: | expand

Commit Message

Robert P. J. Day June 26, 2026, 4:42 p.m. UTC
As this is the first mention of ${DEPLOY_DIR} in that task entry, make
it a reference to the variables glossary.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---
diff mbox series

Patch

diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index e6301e708..eb458ccd8 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -80,7 +80,7 @@  task runs with the current working directory set to
 Recipes implementing this task should inherit the
 :ref:`ref-classes-deploy` class and should write the output
 to ``${``\ :term:`DEPLOYDIR`\ ``}``, which is not to be
-confused with ``${DEPLOY_DIR}``. The :ref:`ref-classes-deploy` class sets up
+confused with ``${``\ :term:`DEPLOY_DIR`\ ``}``. The :ref:`ref-classes-deploy` class sets up
 :ref:`ref-tasks-deploy` as a shared state (sstate) task that can be accelerated
 through sstate use. The sstate mechanism takes care of copying the
 output from ``${DEPLOYDIR}`` to ``${DEPLOY_DIR_IMAGE}``.