diff options
author | Ernestas Kulik <ernestas.kulik@gmail.com> | 2017-12-08 20:34:31 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-12-09 01:52:33 +0200 |
commit | 7ae5716f6703700496e36241cdfdc46c8f2c828b (patch) | |
tree | f91c12f9ac377f64263bbf56fbe6487b0810d734 | |
parent | 4217a9ca7ebb8c58f55e937aaf81e9e637588d63 (diff) | |
download | meson-7ae5716f6703700496e36241cdfdc46c8f2c828b.zip meson-7ae5716f6703700496e36241cdfdc46c8f2c828b.tar.gz meson-7ae5716f6703700496e36241cdfdc46c8f2c828b.tar.bz2 |
Touch up install_dir() documentation
It no longer removes the target tree before copying files.
-rw-r--r-- | docs/markdown/Reference-manual.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index ac83152..13a2b2a 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -767,11 +767,7 @@ installed with a `.gz` suffix. Installs the entire given subdirectory and its contents from the source tree to the location specified by the keyword argument -`install_dir`. Note that due to implementation issues this command -deletes the entire target dir before copying the files, so you should -never use `install_subdir` to install into two overlapping directories -(such as `foo` and `foo/bar`) because if you do the behavior is -undefined. +`install_dir`. The following keyword arguments are supported: |