diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-12-30 10:59:58 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:31 +0100 |
commit | 2e81631d0c892d4842412c5244d9374b390f3787 (patch) | |
tree | af504b848c9b34765dbbc1303f7a9b3b019d27e4 /docs | |
parent | 7cf0e307074f11028c383a85616ff7c5a3a1b529 (diff) | |
download | meson-2e81631d0c892d4842412c5244d9374b390f3787.zip meson-2e81631d0c892d4842412c5244d9374b390f3787.tar.gz meson-2e81631d0c892d4842412c5244d9374b390f3787.tar.bz2 |
Keep 'filename' and 'install_filename' as strings
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/snippets/introspect_multiple.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/markdown/snippets/introspect_multiple.md b/docs/markdown/snippets/introspect_multiple.md index 75580d3..53278e6 100644 --- a/docs/markdown/snippets/introspect_multiple.md +++ b/docs/markdown/snippets/introspect_multiple.md @@ -16,6 +16,5 @@ 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 `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 |