diff options
author | 2020-02-20 20:17:03 +0100 | |
---|---|---|
committer | 2020-02-24 08:12:39 +0100 | |
commit | 054fc8a60b07ce387de5d2cf5467e937431d8183 (patch) | |
tree | eb8e2730e2733e42634b70427beaa21454653375 /function-reference | |
parent | tools-reference/head-and-tail: Fix typo. (diff) | |
download | devmanual-054fc8a60b07ce387de5d2cf5467e937431d8183.tar.gz devmanual-054fc8a60b07ce387de5d2cf5467e937431d8183.tar.bz2 devmanual-054fc8a60b07ce387de5d2cf5467e937431d8183.zip |
function-reference/install-functions: Explain that *into creates the dir.
Closes: https://bugs.gentoo.org/710318
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'function-reference')
-rw-r--r-- | function-reference/install-functions/text.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml index 7e0b540..da2af83 100644 --- a/function-reference/install-functions/text.xml +++ b/function-reference/install-functions/text.xml @@ -15,6 +15,10 @@ targets. The <c>new*</c> functions take exactly two arguments (except as noted) the first is the source name, the second the name to use when installing. </p> +<p> +The <c>*into</c> functions create the directory if it does not already exist. +</p> + <table> <tr> <th> |