summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2022-02-14 11:13:06 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2022-02-14 11:13:06 +0100
commit2a96b129fbc1b65f34597a72e29cb9cc7cb208d9 (patch)
tree180f7057e0b9eb6ace503481a17cab6dd8c0eba3 /docs/reference
parent9a90d530e8ff90a22f266452579a89645c6c5937 (diff)
downloadglibmm-2a96b129fbc1b65f34597a72e29cb9cc7cb208d9.tar.gz
meson.build: Specify 'check' option in run_command()
The default value will be changed in future Meson releases. Don't use deprecated python3.path() and execute(..., gui_app: ...).
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index 923577be..6e30c875 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -154,7 +154,7 @@ devhelp_file = custom_target('devhelp',
# Install Devhelp file and html files.
meson.add_install_script(
- python3.path(), doc_reference_py, 'install_doc',
+ python3, doc_reference_py, 'install_doc',
doctool_dir,
devhelp_file.full_path(),
install_devhelpdir,
@@ -177,7 +177,7 @@ install_data(image_files, install_dir: install_image_docdir)
if can_add_dist_script
# Distribute built files and files copied by mm-common-get.
meson.add_dist_script(
- python3.path(), doc_reference_py, 'dist_doc',
+ python3, doc_reference_py, 'dist_doc',
doctool_dir,
doctool_dist_dir,
meson.current_build_dir(),