diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-07 14:21:25 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-07 14:24:12 -0500 |
commit | 318842a1c2cb45242cbe8d6d56683ee22f5da2ad (patch) | |
tree | 68ddcff203932b48aff6864e7caf12aa258154fb /function-reference/install-functions/text.xml | |
parent | general-concepts/tree: Add mention for metadata directory in gentoo tree (diff) | |
download | devmanual-318842a1c2cb45242cbe8d6d56683ee22f5da2ad.tar.gz devmanual-318842a1c2cb45242cbe8d6d56683ee22f5da2ad.tar.bz2 devmanual-318842a1c2cb45242cbe8d6d56683ee22f5da2ad.zip |
function-reference/install-functions: document dodoc -r
Diffstat (limited to 'function-reference/install-functions/text.xml')
-rw-r--r-- | function-reference/install-functions/text.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml index 614a8df..e2337c1 100644 --- a/function-reference/install-functions/text.xml +++ b/function-reference/install-functions/text.xml @@ -125,7 +125,9 @@ the first is the source name, the second the name to use when installing. <c>dodoc</c> </ti> <ti> - Install a documentation file into <c>/usr/share/doc/${PF}</c> + Install a documentation file into <c>/usr/share/doc/${PF}</c>. + For EAPI 4 and above, the <c>-r</c> option allows directories to + be installed recursively. </ti> </tr> <tr> |