diff options
author | Aleksey Filippov <alekseyf@google.com> | 2018-03-12 13:43:27 +0000 |
---|---|---|
committer | Aleksey Filippov <alekseyf@google.com> | 2018-03-12 13:44:31 +0000 |
commit | 98fc7a82dc656af8d6a1c8e61ec110202d9f83e0 (patch) | |
tree | 066bce2d03d9b126a4cb70dce44789941f57089d /docs/markdown | |
parent | 6f8e541f5525d0d0947a5e3cb6707a0d99234db0 (diff) | |
download | meson-98fc7a82dc656af8d6a1c8e61ec110202d9f83e0.zip meson-98fc7a82dc656af8d6a1c8e61ec110202d9f83e0.tar.gz meson-98fc7a82dc656af8d6a1c8e61ec110202d9f83e0.tar.bz2 |
Link "External commands" page from run_command() reference [skip ci]
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 8798a3a..589baf1 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -999,6 +999,8 @@ Meson will set three environment variables `MESON_SOURCE_ROOT`, directory, build directory and subdirectory the target was defined in, respectively. +See also [External commands](External-commands.md). + ### run_target ``` meson |