commit:     505c8f3c2d4d35156aea7d4c615188f258176885
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Sat Jun 10 06:53:39 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> 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.
       <c>doheader</c>
     </ti>
     <ti>
-      Install a header file into <c>/usr/include</c>
+      Install a header file into <c>/usr/include</c>.
+      The <c>-r</c> option allows directories to be installed recursively.
     </ti>
   </tr>
   <tr>
@@ -173,6 +174,7 @@ the first is the source name, the second the name to use 
when installing.
     </ti>
     <ti>
       Installs HTML document files into <c>/usr/share/doc/${PF}/html</c>
+      The <c>-r</c> option allows directories to be installed recursively.
       <b>Note</b>: Deprecated in EAPI 6, switch to <c>einstalldocs</c>
       instead
     </ti>
@@ -198,7 +200,8 @@ the first is the source name, the second the name to use 
when installing.
       <c>doins</c>
     </ti>
     <ti>
-      Install a miscellaneous file
+      Install a miscellaneous file.
+      The <c>-r</c> option allows directories to be installed recursively.
     </ti>
   </tr>
   <tr>

Reply via email to