diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-12-30 12:38:55 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:31 +0100 |
commit | 02734cc5c34faabe8ec0685139451f8349469993 (patch) | |
tree | d3c7c3f04dcc042ac2d0a6fca38bd57795396ae4 /docs | |
parent | c33df1fd7377ed6f2116c61b19cac1825ae68f86 (diff) | |
download | meson-02734cc5c34faabe8ec0685139451f8349469993.zip meson-02734cc5c34faabe8ec0685139451f8349469993.tar.gz meson-02734cc5c34faabe8ec0685139451f8349469993.tar.bz2 |
Better documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/snippets/introspect_multiple.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/snippets/introspect_multiple.md b/docs/markdown/snippets/introspect_multiple.md index 97fdf8c..2a885e4 100644 --- a/docs/markdown/snippets/introspect_multiple.md +++ b/docs/markdown/snippets/introspect_multiple.md @@ -18,3 +18,4 @@ directory. This dump will be (re)generated each time meson updates the configura Additionlly the format of `meson introspect target` was changed: - New: the `sources` key. It stores the source files of a target and there compiler parameters + - Added new target types (`jar`, `shared module`) |