diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-20 01:53:39 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-08-06 03:58:35 -0400 |
| commit | 5cb1d00537afb9d52f89f7b3dc65e01f068fd442 (patch) | |
| tree | 2bb090917941b061187a46345b74dc36a324ac21 /docs/markdown/Release-notes-for-0.42.0.md | |
| parent | 58bd1e83b4e24eaab3cf18deb635a057d6bfefb7 (diff) | |
| download | meson-5cb1d00537afb9d52f89f7b3dc65e01f068fd442.tar.gz | |
Allow excluding files from `install_subdir`
The install_subdir command now accepts a new `exclude` keyword argument
that allows specified files to be excluded from the installed
subdirectory.
Diffstat (limited to 'docs/markdown/Release-notes-for-0.42.0.md')
| -rw-r--r-- | docs/markdown/Release-notes-for-0.42.0.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md index 0fa27c3d8..2335e5848 100644 --- a/docs/markdown/Release-notes-for-0.42.0.md +++ b/docs/markdown/Release-notes-for-0.42.0.md @@ -104,3 +104,9 @@ By default Meson adds the current source and build directories to the header search path. On some rare occasions this is not desired. Setting the `implicit_include_directories` keyword argument to `false` these directories are not used. + +## Allow excluding files or directories from `install_subdir` + +The [`install_subdir`](Reference-manual.md#install_subdir) command accepts the +new `exclude_files` and `exclude_directories` keyword arguments that allow +specified files or directories to be excluded from the installed subdirectory. |
