summaryrefslogtreecommitdiffstats
path: root/man/ebuild.5
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-08-22 03:40:51 +0000
committerZac Medico <zmedico@gentoo.org>2007-08-22 03:40:51 +0000
commit16ddb80971f1c798b5f2dd06fbc13d53ff7d4980 (patch)
tree65b9afae0bbbdb7a16db01ce5b0e92f92ba9be17 /man/ebuild.5
parent9f65d9ff074032fc08132c2d37b5b2ef8ebbb2aa (diff)
downloadportage-16ddb80971f1c798b5f2dd06fbc13d53ff7d4980.tar.gz
portage-16ddb80971f1c798b5f2dd06fbc13d53ff7d4980.tar.bz2
portage-16ddb80971f1c798b5f2dd06fbc13d53ff7d4980.zip
Bug #189743 - Add .jpeg to the list of extensions supported by dohtml. (trunk r7653)
svn path=/main/branches/2.1.2/; revision=7654
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.52
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index f10e8c765..68b4f053a 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -775,7 +775,7 @@ Performs the ln command as either a hard link or symlink.
.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 .html, .htm, .gif, .jpg, .png, .js, or .css.
+/usr/share/doc/${PF}/html provided the file ends in .htm, .html, .css, .js, .gif, .jpeg, .jpg, or .png.
Setting \fI\-a\fR limits what types of files will be included,
\fI\-A\fR appends to the default list, setting \fI\-x\fR sets which dirs to
exclude (CVS excluded by default), \fI\-r\fR sets recursive.