summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-30 07:09:42 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-30 07:09:42 +0000
commit871238c4ef4591be5b3ef3e3f2ee71941808ab47 (patch)
tree9612458a62a14f483f31f83fae99bcc7cc44e7a3
parent7aee970752d6e961c7da096cffe79cb41f93d1ba (diff)
downloadportage-871238c4ef4591be5b3ef3e3f2ee71941808ab47.tar.gz
portage-871238c4ef4591be5b3ef3e3f2ee71941808ab47.tar.bz2
portage-871238c4ef4591be5b3ef3e3f2ee71941808ab47.zip
For bug #139670, update the dohtml docs to show all supported file extensions. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch. (branches/2.1.2 r7433)
svn path=/main/branches/2.1.2.9/; revision=7512
-rw-r--r--man/ebuild.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 26f851bb9..5c0a66f54 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -778,8 +778,8 @@ 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, .png, .js, .jpg,
-or .css. Setting \fI\-a\fR limits what types of files will be included,
+/usr/share/doc/${PF}/html provided the file ends in .html, .htm, .gif, .jpg, .png, .js, or .css.
+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.
.TP