aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2019-01-07 01:02:03 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-01-07 22:35:56 +0100
commit5c139032b80cda76a111744b745c04dacc17df42 (patch)
tree90a59d79657a4e4373cb2c2efd58a5a65cc434e6 /docs
parent29dd57dcbf248e66ef5ed37c3f5a5cdead0e4817 (diff)
downloadmeson-5c139032b80cda76a111744b745c04dacc17df42.zip
meson-5c139032b80cda76a111744b745c04dacc17df42.tar.gz
meson-5c139032b80cda76a111744b745c04dacc17df42.tar.bz2
Deprecated --target-files API
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/introspect_breaking_format.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/markdown/snippets/introspect_breaking_format.md b/docs/markdown/snippets/introspect_breaking_format.md
index c3ad7fe..c96c82c 100644
--- a/docs/markdown/snippets/introspect_breaking_format.md
+++ b/docs/markdown/snippets/introspect_breaking_format.md
@@ -2,7 +2,10 @@
All paths used in the meson introspection JSON format are now absolute. This
affects the `filename` key in the targets introspection and the output of
-`--target-files` and `--buildsystem-files`.
+`--buildsystem-files`.
Furthermore, the `filename` and `install_filename` keys in the targets
introspection are now lists of strings with identical length.
+
+The `--traget-files` option is now deprecated, since the same information
+can be acquired from the `--tragets` introspection API.