diff options
author | textshell <textshell@users.noreply.github.com> | 2018-12-28 21:18:39 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:30 +0100 |
commit | c1838d9e4ce6539b6d6694ea0a7935ad07521006 (patch) | |
tree | 6ae475df251fe92d8a7eedffb69923cea44ae621 /docs | |
parent | eb2cc9eccd240fd76c290b77bd28c8285b313b5c (diff) | |
download | meson-c1838d9e4ce6539b6d6694ea0a7935ad07521006.zip meson-c1838d9e4ce6539b6d6694ea0a7935ad07521006.tar.gz meson-c1838d9e4ce6539b6d6694ea0a7935ad07521006.tar.bz2 |
Update docs/markdown/snippets/introspect_multiple.md
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/snippets/introspect_multiple.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/introspect_multiple.md b/docs/markdown/snippets/introspect_multiple.md index 38bd90c..75580d3 100644 --- a/docs/markdown/snippets/introspect_multiple.md +++ b/docs/markdown/snippets/introspect_multiple.md @@ -15,7 +15,7 @@ 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 be (re)generated each time meson updates the configuration of the build directory. -Additionlly the format of target was changed: +Additionlly the format of `meson introspect target` was changed: - `filename` is now a list of output filenames - `install_filename` is now also a list of installed files - New: the `sources` key. It stores the source files of a target and there compiler parameters |