summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/yield.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-03-04 20:27:34 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2018-03-04 20:27:34 +0200
commitdaaae647d7f949fd44290c52c7e70098540726d8 (patch)
treec2ae1db93ebcf8ddc1de13d658c178cc765088da /docs/markdown/snippets/yield.md
parent06dadfc45f5066d0f3474ee7580784ce089552e4 (diff)
downloadmeson-daaae647d7f949fd44290c52c7e70098540726d8.tar.gz
Updated information for new release.
Diffstat (limited to 'docs/markdown/snippets/yield.md')
-rw-r--r--docs/markdown/snippets/yield.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/yield.md b/docs/markdown/snippets/yield.md
deleted file mode 100644
index 3880e67db..000000000
--- a/docs/markdown/snippets/yield.md
+++ /dev/null
@@ -1,8 +0,0 @@
-## Yielding subproject option to superproject
-
-Normally project options are specific to the current project. However
-sometimes you want to have an option whose value is the same over all
-projects. This can be achieved with the new `yield` keyword for
-options. When set to `true`, getting the value of this option in
-`meson.build` files gets the value from the option with the same name
-in the master project (if such an option exists).