From 13f91840e3e54b60bd97e4a3f3031bc92de2207c Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Sun, 4 Feb 2018 21:23:40 +0000 Subject: Clarify multi-component source directory behavior of install_subdir() --- docs/markdown/Reference-manual.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 82f0b5a..5cfaf0e 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -787,6 +787,7 @@ The following keyword arguments are supported: Names are interpreted as paths relative to the `subdir_name` location. - `install_dir`: the location to place the installed subdirectory. - `strip_directory`: install directory contents. `strip_directory=false` by default. + If `strip_directory=false` only last component of source path is used. Since 0.45.0 For a given directory `foo`: @@ -813,6 +814,13 @@ share/ file2 ``` +`install_subdir('foo/bar', install_dir : 'share', stripe_directory : false)` creates +``` +share/ + bar/ + file1 +``` + ### is_variable() ``` meson -- cgit v1.1