diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-04-08 13:58:56 +0300 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-04-15 13:32:38 +0530 |
commit | f489aa77e54bb6ed508e81478cd5c71218a981aa (patch) | |
tree | 0a1b53d88720330fc8b8bc2a0765550641b71f4d /docs/markdown/Reference-manual.md | |
parent | 648e1303c4aacc0a7113dc2ce08c47f9166ad9e1 (diff) | |
download | meson-f489aa77e54bb6ed508e81478cd5c71218a981aa.zip meson-f489aa77e54bb6ed508e81478cd5c71218a981aa.tar.gz meson-f489aa77e54bb6ed508e81478cd5c71218a981aa.tar.bz2 |
Added documentation [skip ci]
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index da4c92b..57b1ae0 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1396,6 +1396,12 @@ the following methods. /path/to/meson.py introspect`. The user is responsible for splitting the string to an array if needed. +- `override_find_program(progname, program)` specifies that whenever + `find_program` is used to find a program named `progname`, Meson + should not not look it up on the system but instead return + `program`, which may either be the result of `find_program` or + `configure_file`. + - `project_version()` returns the version string specified in `project` function call. - `project_license()` returns the array of licenses specified in `project` function call. |