From 1c8ac8fd6de5e3ac7095dcca4e7f3cb5736e7198 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Mon, 1 May 2017 18:54:58 +0300 Subject: docs: replace occurences of set_install_script() The method has been replaced with add_install_script(). Signed-off-by: Ernestas Kulik --- docs/markdown/Installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Installing.md') diff --git a/docs/markdown/Installing.md b/docs/markdown/Installing.md index 37590c16c..40dcd8dcf 100644 --- a/docs/markdown/Installing.md +++ b/docs/markdown/Installing.md @@ -56,7 +56,7 @@ As you can see, Meson sets up some environment variables to help you write your Telling Meson to run this script at install time is a one-liner. ```meson -meson.set_install_script('myscript.sh') +meson.add_install_script('myscript.sh') ``` The argument is the name of the script file relative to the current subdirectory. -- cgit v1.2.3