summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-10-19 11:50:36 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-10-19 11:50:36 +0000
commita06e32c8c9cb8897a519868941ad1addae2d0a88 (patch)
tree42f66fd404aa6cb2370b3db815e69be49f80df33 /eclass/jakarta-commons.eclass
parentchangelog:P (diff)
downloadhistorical-a06e32c8c9cb8897a519868941ad1addae2d0a88.tar.gz
historical-a06e32c8c9cb8897a519868941ad1addae2d0a88.tar.bz2
historical-a06e32c8c9cb8897a519868941ad1addae2d0a88.zip
fixed dodoc's
Diffstat (limited to 'eclass/jakarta-commons.eclass')
-rw-r--r--eclass/jakarta-commons.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/jakarta-commons.eclass b/eclass/jakarta-commons.eclass
index d01263c2e8fa..4ee4a36dc9db 100644
--- a/eclass/jakarta-commons.eclass
+++ b/eclass/jakarta-commons.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/jakarta-commons.eclass,v 1.5 2003/05/15 18:52:51 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/jakarta-commons.eclass,v 1.6 2003/10/19 11:50:36 lanius Exp $
inherit base java-pkg
ECLASS=jakarta-commons
@@ -115,8 +115,8 @@ jakarta-commons_src_install() {
;;
dohtml)
debug-print-section dohtml
- [ -f LICENSE.txt ] && dodoc LICENSE.txt
- [ -f RELEASE-NOTES.txt ] && dodoc RELEASE-NOTES.txt
+ [ -s LICENSE.txt ] && dodoc LICENSE.txt
+ [ -s RELEASE-NOTES.txt ] && dodoc RELEASE-NOTES.txt
[ -n $(ls -1 *.html 2> /dev/null | wc -l ) ] && dohtml *.html
[ -n $(ls -1 dist/*.html 2> /dev/null | wc -l ) ] && dohtml dist/*.html
[ -n $(ls -1 dist/docs/* 2> /dev/null | wc -l ) ] && dohtml -r dist/docs/*