aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/global_root.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-05-02 12:42:42 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2021-05-02 12:42:42 +0300
commit753954be868ed78b3e339e8811fd1d29eb2af237 (patch)
tree46ede995e85aa7523f052b653b1aea663adf08d5 /docs/markdown/snippets/global_root.md
parentb2687e86c87a1dd2e254aeaf3355b3e98b82b730 (diff)
downloadmeson-753954be868ed78b3e339e8811fd1d29eb2af237.zip
meson-753954be868ed78b3e339e8811fd1d29eb2af237.tar.gz
meson-753954be868ed78b3e339e8811fd1d29eb2af237.tar.bz2
Release 0.58.0.0.58.0
Diffstat (limited to 'docs/markdown/snippets/global_root.md')
-rw-r--r--docs/markdown/snippets/global_root.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/markdown/snippets/global_root.md b/docs/markdown/snippets/global_root.md
deleted file mode 100644
index 8590f82..0000000
--- a/docs/markdown/snippets/global_root.md
+++ /dev/null
@@ -1,10 +0,0 @@
-## New `meson.global_build_root()` and `meson.global_source_root()` methods
-
-Returns the root source and build directory of the main project.
-
-Those are direct replacement for `meson.build_root()` and `meson.source_root()`
-that have been deprecated since 0.56.0. In some rare occasions they could not be
-replaced by `meson.project_source_root()` or `meson.current_source_dir()`, in
-which case the new methods can now be used instead. Old methods are still
-deprecated because their names are not explicit enough and created many issues
-when a project is being used as a subproject.