aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/builtins/meson.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/builtins/meson.yaml')
-rw-r--r--docs/yaml/builtins/meson.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/yaml/builtins/meson.yaml b/docs/yaml/builtins/meson.yaml
index 8eb3aca..a457dbf 100644
--- a/docs/yaml/builtins/meson.yaml
+++ b/docs/yaml/builtins/meson.yaml
@@ -317,8 +317,11 @@ methods:
returns: void
description: |
Installs a manifest file
- containing a list of all subprojects, their versions and license
- files to the file name given as the argument.
+ containing a list of all subprojects, their versions and license names
+ to the file name given as the argument.
+
+ If license files are defined as well, they will be copied next to the
+ manifest and referenced in it.
posargs:
output_name:
@@ -406,6 +409,11 @@ methods:
since: 0.45.0
description: Returns the array of licenses specified in [[project]] function call.
+ - name: project_license_files
+ returns: list[file]
+ since: 1.1.0
+ description: Returns the array of license files specified in the [[project]] function call.
+
- name: project_name
returns: str
description: Returns the project name specified in the [[project]] function call.