diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-12-30 16:01:38 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-12-30 16:01:38 -0800 |
commit | 2e211efeba386e5bae6c46dfc74e8e8d412716c9 (patch) | |
tree | 226e391fae991965cf694d5b9fc12c5134566a57 | |
parent | 159b57d0d21b6767e7e1787761761f906613d600 (diff) | |
download | portage-2e211efeba386e5bae6c46dfc74e8e8d412716c9.tar.gz portage-2e211efeba386e5bae6c46dfc74e8e8d412716c9.tar.bz2 portage-2e211efeba386e5bae6c46dfc74e8e8d412716c9.zip |
ebuild(5): dodoc -r supported in EAPI 4
-rw-r--r-- | man/ebuild.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5 index 8c9ee61c4..400329327 100644 --- a/man/ebuild.5 +++ b/man/ebuild.5 @@ -1109,9 +1109,11 @@ Sets the subdir used by \fBdodoc\fR and \fBdohtml\fR when installing into the document tree (based in /usr/share/doc/${PF}/). Default is no subdir, or just "". .TP -\fBdodoc\fR \fI<document> [list of more documents]\fR +\fBdodoc\fR \fI[-r] <document> [list of more documents]\fR Installs a document or a list of documents into /usr/share/doc/${PF}/\fI<docinto path>\fR. Documents are marked for compression. Creates all necessary dirs. +Beginning with \fBEAPI 4\fR, there is support recursion, enabled by the +new \fI\-r\fR option. .PD 0 .TP |