diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-12-02 19:53:34 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:30 +0100 |
commit | b9c4913cf032144eed0cb6308aaff4e77a825f08 (patch) | |
tree | 250a2de3e816563c34c92dccaeb97f5a337acda5 /docs/markdown/snippets | |
parent | d4ac832bf695f3c6b00c976d3706159b3616ec2f (diff) | |
download | meson-b9c4913cf032144eed0cb6308aaff4e77a825f08.zip meson-b9c4913cf032144eed0cb6308aaff4e77a825f08.tar.gz meson-b9c4913cf032144eed0cb6308aaff4e77a825f08.tar.bz2 |
Updated documentation
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/introspect_multiple.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/introspect_multiple.md b/docs/markdown/snippets/introspect_multiple.md index 17d0a3f..1514219 100644 --- a/docs/markdown/snippets/introspect_multiple.md +++ b/docs/markdown/snippets/introspect_multiple.md @@ -12,6 +12,9 @@ were added to print all introspection information in one go, format the JSON output (the default is still compact JSON) and foce use the new output format, even if only one introspection command was given. +A complete introspection dump is also stored in the `meson-info` +directory. This dump will alwys be (re)generated on every meson run. + Additionlly the format of target was changed: - `filename` is now a list of output filenames - `install_filename` is now also a list of installed files |