diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-01-07 23:10:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 23:10:22 +0200 |
commit | 3bf2ca483e9ca80ee81ee0a07d5f5c9f36817bb3 (patch) | |
tree | 147fac32390c09473b9aa64d3990cbbe187160bd /docs/markdown/snippets | |
parent | d085002d18f64e7ba91449f8b726a00b8e728a0a (diff) | |
parent | b82cbbdd4c6470643c383d53bd7360342e61e233 (diff) | |
download | meson-3bf2ca483e9ca80ee81ee0a07d5f5c9f36817bb3.zip meson-3bf2ca483e9ca80ee81ee0a07d5f5c9f36817bb3.tar.gz meson-3bf2ca483e9ca80ee81ee0a07d5f5c9f36817bb3.tar.bz2 |
Merge pull request #4732 from mensinda/introMesonInfo2
mintro: Added `meson-info.json` introspection information about the latest meson run
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/introspect_meson_info.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/introspect_meson_info.md b/docs/markdown/snippets/introspect_meson_info.md new file mode 100644 index 0000000..42f2fda --- /dev/null +++ b/docs/markdown/snippets/introspect_meson_info.md @@ -0,0 +1,6 @@ +## Added the `meson-info.json` introspection file + +Meson now generates a `meson-info.json` file in the `meson-info` directory +to provide introspection information about the latest meson run. This file +is updated when the build configuration is changed and the build files are +(re)generated. |