From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by finch.gentoo.org (Postfix) with ESMTPS id 8C41E138350
for ; Mon, 24 Feb 2020 08:15:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 9F97DE08FE;
Mon, 24 Feb 2020 08:15:02 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
(No client certificate requested)
by pigeon.gentoo.org (Postfix) with ESMTPS id 7FC62E08FE
for ; Mon, 24 Feb 2020 08:15:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTPS id 66E5234ED9E
for ; Mon, 24 Feb 2020 08:15:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id 67C2414E
for ; Mon, 24 Feb 2020 08:14:59 +0000 (UTC)
From: "Ulrich Müller"
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller"
Message-ID: <1582528359.054fc8a60b07ce387de5d2cf5467e937431d8183.ulm@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
X-VCS-Repository: proj/devmanual
X-VCS-Files: function-reference/install-functions/text.xml
X-VCS-Directories: function-reference/install-functions/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 054fc8a60b07ce387de5d2cf5467e937431d8183
X-VCS-Branch: master
Date: Mon, 24 Feb 2020 08:14:59 +0000 (UTC)
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 08af004f-5e62-4d5c-820f-f75fb2a5dab0
X-Archives-Hash: 91f682e03b8ba05ca8341cee329c075f
commit: 054fc8a60b07ce387de5d2cf5467e937431d8183
Author: Ulrich Müller gentoo org>
AuthorDate: Thu Feb 20 19:17:03 2020 +0000
Commit: Ulrich Müller gentoo org>
CommitDate: Mon Feb 24 07:12:39 2020 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=054fc8a6
function-reference/install-functions: Explain that *into creates the dir.
Closes: https://bugs.gentoo.org/710318
Signed-off-by: Ulrich Müller gentoo.org>
function-reference/install-functions/text.xml | 4 ++++
1 file changed, 4 insertions(+)
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 new* functions take exactly two arguments (except as noted)
the first is the source name, the second the name to use when installing.
+
+The *into functions create the directory if it does not already exist.
+
+