diff options
author | 2004-01-22 07:25:32 +0000 | |
---|---|---|
committer | 2004-01-22 07:25:32 +0000 | |
commit | 652a532ed872e0e319d773d3f5ac411bb3611d71 (patch) | |
tree | 4223c26ebf7f2762d7c757c76bfb09bb6d03c5cd /eclass/ruby.eclass | |
parent | version bump; mark 0.7.0 x86 (diff) | |
download | gentoo-2-652a532ed872e0e319d773d3f5ac411bb3611d71.tar.gz gentoo-2-652a532ed872e0e319d773d3f5ac411bb3611d71.tar.bz2 gentoo-2-652a532ed872e0e319d773d3f5ac411bb3611d71.zip |
Removed redundant html directory created in docs dir
Diffstat (limited to 'eclass/ruby.eclass')
-rw-r--r-- | eclass/ruby.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index f6341bace78e..821de6be201e 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.19 2004/01/13 15:39:04 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.20 2004/01/22 07:25:32 usata Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -240,7 +240,8 @@ erubydoc() { [ -n "${rdfiles}" ] && doins ${rdfiles} rmdir --ignore-fail-on-non-empty ${D}${rdbase} if [ -d doc -o -d docs -o examples ] ; then - dohtml -r doc/* docs/* examples/* + dohtml -x html -r {doc,docs,examples}/* + dohtml -r {doc,docs,examples}/html/* else dohtml -r * fi |