diff options
Diffstat (limited to 'x11-misc/xchm/xchm-0.9.ebuild')
-rw-r--r-- | x11-misc/xchm/xchm-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xchm/xchm-0.9.ebuild b/x11-misc/xchm/xchm-0.9.ebuild index edeb5602f228..d6adc8404772 100644 --- a/x11-misc/xchm/xchm-0.9.ebuild +++ b/x11-misc/xchm/xchm-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-0.9.ebuild,v 1.3 2004/04/20 19:32:22 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-0.9.ebuild,v 1.4 2004/06/24 00:42:00 agriffis Exp $ DESCRIPTION="Utility for viewing Microsoft .chm files." HOMEPAGE="http://xchm.sf.net" @@ -25,7 +25,7 @@ src_install() { einstall || die dodoc COPYING AUTHORS README - if [ "`use doc`" ]; then + if use doc; then cd ${S}"-doc" dohtml html/* fi |