diff options
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 62f28bd278..c5cbda8aa8 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7318,6 +7318,11 @@ system and gives an overview of their function and contents. | |||
7318 | :term:`DISTRO_VERSION` and | 7318 | :term:`DISTRO_VERSION` and |
7319 | :term:`METADATA_REVISION` variables. | 7319 | :term:`METADATA_REVISION` variables. |
7320 | 7320 | ||
7321 | :term:`SDK_ZIP_OPTIONS` | ||
7322 | Specifies extra options to pass to the ``zip`` command when zipping the SDK | ||
7323 | (i.e. when :term:`SDK_ARCHIVE_TYPE` is set to "zip"). The default value is | ||
7324 | "-y". | ||
7325 | |||
7321 | :term:`SDKEXTPATH` | 7326 | :term:`SDKEXTPATH` |
7322 | The default installation directory for the Extensible SDK. By | 7327 | The default installation directory for the Extensible SDK. By |
7323 | default, this directory is based on the :term:`DISTRO` | 7328 | default, this directory is based on the :term:`DISTRO` |