diff options
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Reference-manual.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 |