aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Schlarb <moschlar@metalabs.de>2017-06-10 08:53:39 +0200
committerGöktürk Yüksek <gokturk@gentoo.org>2017-06-21 13:24:18 -0400
commit505c8f3c2d4d35156aea7d4c615188f258176885 (patch)
tree189d40f59aee2ec7ee5fef6c3f64a448d9c18358 /function-reference
parentebuild-writing/error-handling: improve ebuild and eclass failure behavior (diff)
downloaddevmanual-505c8f3c2d4d35156aea7d4c615188f258176885.tar.gz
devmanual-505c8f3c2d4d35156aea7d4c615188f258176885.tar.bz2
devmanual-505c8f3c2d4d35156aea7d4c615188f258176885.zip
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
Diffstat (limited to 'function-reference')
-rw-r--r--function-reference/install-functions/text.xml7
1 files 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>