From 16ddb80971f1c798b5f2dd06fbc13d53ff7d4980 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 22 Aug 2007 03:40:51 +0000 Subject: Bug #189743 - Add .jpeg to the list of extensions supported by dohtml. (trunk r7653) svn path=/main/branches/2.1.2/; revision=7654 --- bin/dohtml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'bin/dohtml') diff --git a/bin/dohtml b/bin/dohtml index 917ca1b52..5087ca430 100755 --- a/bin/dohtml +++ b/bin/dohtml @@ -14,8 +14,8 @@ # Detailed usage: # dohtml # - will install the files in the list of files (space-separated list) into -# /usr/share/doc/${PF}/html, provided the file ends in .html, .png, .jpg -# or .css +# /usr/share/doc/${PF}/html, provided the file ends in .htm, .html, .css, +# .js, ,gif, .jpeg, .jpg, or .png. # dohtml -r # - will do as 'dohtml', but recurse into all directories, as long as the # directory name is not CVS @@ -80,7 +80,8 @@ class OptionsClass: if os.environ.has_key("_E_DOCDESTTREE_"): self.DOCDESTTREE = os.environ["_E_DOCDESTTREE_"] - self.allowed_exts = [ 'png', 'gif', 'html', 'htm', 'jpg', 'css', 'js' ] + self.allowed_exts = [ 'htm', 'html', 'css', 'js', + 'gif', 'jpeg', 'jpg', 'png' ] self.allowed_files = [] self.disallowed_dirs = [ 'CVS' ] self.recurse = False -- cgit v1.2.3-1-g7c22