From 7ae5716f6703700496e36241cdfdc46c8f2c828b Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Fri, 8 Dec 2017 20:34:31 +0200 Subject: Touch up install_dir() documentation It no longer removes the target tree before copying files. --- docs/markdown/Reference-manual.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs/markdown') 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: -- cgit v1.1