Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
Date: Wed, 21 Jun 2017 17:29:01
Message-Id: 1498065858.505c8f3c2d4d35156aea7d4c615188f258176885.gokturk@gentoo
1 commit: 505c8f3c2d4d35156aea7d4c615188f258176885
2 Author: Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
3 AuthorDate: Sat Jun 10 06:53:39 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 21 17:24:18 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=505c8f3c
7
8 function-reference/install-functions: mention the recursive option for helpers
9
10 Mention recursive installing for `doins` et. al.
11
12 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=384941
13
14 function-reference/install-functions/text.xml | 7 +++++--
15 1 file changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
18 index 415fbd7..6523521 100644
19 --- a/function-reference/install-functions/text.xml
20 +++ b/function-reference/install-functions/text.xml
21 @@ -164,7 +164,8 @@ the first is the source name, the second the name to use when installing.
22 <c>doheader</c>
23 </ti>
24 <ti>
25 - Install a header file into <c>/usr/include</c>
26 + Install a header file into <c>/usr/include</c>.
27 + The <c>-r</c> option allows directories to be installed recursively.
28 </ti>
29 </tr>
30 <tr>
31 @@ -173,6 +174,7 @@ the first is the source name, the second the name to use when installing.
32 </ti>
33 <ti>
34 Installs HTML document files into <c>/usr/share/doc/${PF}/html</c>
35 + The <c>-r</c> option allows directories to be installed recursively.
36 <b>Note</b>: Deprecated in EAPI 6, switch to <c>einstalldocs</c>
37 instead
38 </ti>
39 @@ -198,7 +200,8 @@ the first is the source name, the second the name to use when installing.
40 <c>doins</c>
41 </ti>
42 <ti>
43 - Install a miscellaneous file
44 + Install a miscellaneous file.
45 + The <c>-r</c> option allows directories to be installed recursively.
46 </ti>
47 </tr>
48 <tr>