summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-15 13:26:20 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-15 13:26:20 -0700
commitb726c71804f59109d4ba800bb51986fbae0dde61 (patch)
tree1a6d15dcb9658cdf1af9b5f5896ff0a5a75f53e4 /man
parent0bf08c62770ef25e4888d460ab8ac068cb93110f (diff)
downloadportage-b726c71804f59109d4ba800bb51986fbae0dde61.tar.gz
portage-b726c71804f59109d4ba800bb51986fbae0dde61.tar.bz2
portage-b726c71804f59109d4ba800bb51986fbae0dde61.zip
ebuild.5: add EAPI 5 doheader helper
As noted in bug #21310, comment #5, PMS currently does not document the -r option.
Diffstat (limited to 'man')
-rw-r--r--man/ebuild.56
1 files changed, 6 insertions, 0 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 73e48aea5..894cf2b5c 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -1304,6 +1304,12 @@ should call \fBln(1)\fR directly.
.PD 1
Performs the ln command to create a symlink.
.TP
+\fBdoheader\fR \fI[\-r] <file> [list of more files]\fR
+Installs the given header files into /usr/include/, by default
+with file mode \fI0644\fR (this can be overridden with the
+\fBinsopts\fR function). Setting \-r sets recursive. The
+\fBdoheader\fR helper is available beginning with \fBEAPI 5\fR.
+.TP
\fBdohtml\fR \fI [\-a filetypes] [\-r] [\-x list\-of\-dirs\-to\-ignore] [list\-of\-files\-and\-dirs]\fR
Installs the files in the list of files (space\-separated list) into
/usr/share/doc/${PF}/html provided the file ends in .htm, .html, .css, .js, .gif, .jpeg, .jpg, or .png.