diff options
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/install_tag.md | 6 | ||||
-rw-r--r-- | docs/markdown/snippets/remove_unittest_args_method.md | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/markdown/snippets/install_tag.md b/docs/markdown/snippets/install_tag.md new file mode 100644 index 0000000..36df639 --- /dev/null +++ b/docs/markdown/snippets/install_tag.md @@ -0,0 +1,6 @@ +## Installation tags + +It is now possible to install only a subset of the installable files using +`meson install --tags tag1,tag2` command line. + +See [documentation](Installing.md#installation-tags) for more details. diff --git a/docs/markdown/snippets/remove_unittest_args_method.md b/docs/markdown/snippets/remove_unittest_args_method.md new file mode 100644 index 0000000..4373332 --- /dev/null +++ b/docs/markdown/snippets/remove_unittest_args_method.md @@ -0,0 +1,4 @@ +## Compiler.unittest_args has been removed + +It's never been documented, and it's been marked deprecated for a long time, so +let's remove it. |