From 65afa967d087b41d7020dfd6465a573c5469f61f Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Sun, 4 Feb 2018 22:10:47 +0000 Subject: Add strip_directory=true example for multi-component path --- docs/markdown/Reference-manual.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/markdown/Reference-manual.md') diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 50e68aa..4b0390e 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -821,6 +821,12 @@ share/ file1 ``` +`install_subdir('foo/bar', install_dir : 'share', strip_directory : true)` creates +``` +share/ + file1 +``` + ### is_variable() ``` meson -- cgit v1.1