doc: fix typos

pull/8294/head
Eli Schwartz 4 years ago
parent 325b01066a
commit 65b3d67c7e
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 4
      docs/markdown/Reference-manual.md

@ -1836,14 +1836,14 @@ the following methods.
script file can not be found in the staging directory, it is a hard script file can not be found in the staging directory, it is a hard
error. This command can only invoked from the main project, calling error. This command can only invoked from the main project, calling
it from a subproject is a hard error. *(since 0.49.0)* Accepts multiple arguments it from a subproject is a hard error. *(since 0.49.0)* Accepts multiple arguments
for the fscript. *(since 0.54.0)* The `MESON_SOURCE_ROOT` and `MESON_BUILD_ROOT` for the script. *(since 0.54.0)* The `MESON_SOURCE_ROOT` and `MESON_BUILD_ROOT`
environment variables are set when dist scripts are run. environment variables are set when dist scripts are run.
*(since 0.55.0)* The output of `configure_file`, `files`, and `find_program` *(since 0.55.0)* The output of `configure_file`, `files`, and `find_program`
as well as strings. as well as strings.
*(since 0.57.0)* `file` objects and the output of `configure_file` may be *(since 0.57.0)* `file` objects and the output of `configure_file` may be
*used as the `script_name` parameter. used as the `script_name` parameter.
- `add_install_script(script_name, arg1, arg2, ...)`: causes the script - `add_install_script(script_name, arg1, arg2, ...)`: causes the script
given as an argument to be run during the install step, this script given as an argument to be run during the install step, this script

Loading…
Cancel
Save