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 B5EB1139694 for ; Wed, 21 Jun 2017 17:29:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B241E0824; Wed, 21 Jun 2017 17:28:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79D65E0824 for ; Wed, 21 Jun 2017 17:28:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EF08F341B61 for ; Wed, 21 Jun 2017 17:28:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0169F24BA for ; Wed, 21 Jun 2017 17:28:55 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1498065858.505c8f3c2d4d35156aea7d4c615188f258176885.gokturk@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: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 505c8f3c2d4d35156aea7d4c615188f258176885 X-VCS-Branch: master Date: Wed, 21 Jun 2017 17:28:55 +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-Archives-Salt: b7ec42fb-7f36-477f-9546-a7c24b888ad4 X-Archives-Hash: 8bd824d8cdc947ac447fdbf5bd517053 commit: 505c8f3c2d4d35156aea7d4c615188f258176885 Author: Moritz Schlarb metalabs de> AuthorDate: Sat Jun 10 06:53:39 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Wed Jun 21 17:24:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=505c8f3c function-reference/install-functions: mention the recursive option for helpers Mention recursive installing for `doins` et. al. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=384941 function-reference/install-functions/text.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml index 415fbd7..6523521 100644 --- a/function-reference/install-functions/text.xml +++ b/function-reference/install-functions/text.xml @@ -164,7 +164,8 @@ the first is the source name, the second the name to use when installing. doheader - Install a header file into /usr/include + Install a header file into /usr/include. + The -r option allows directories to be installed recursively. @@ -173,6 +174,7 @@ the first is the source name, the second the name to use when installing. Installs HTML document files into /usr/share/doc/${PF}/html + The -r option allows directories to be installed recursively. Note: Deprecated in EAPI 6, switch to einstalldocs instead @@ -198,7 +200,8 @@ the first is the source name, the second the name to use when installing. doins - Install a miscellaneous file + Install a miscellaneous file. + The -r option allows directories to be installed recursively.