From 6082c9a053169ccf6314170fd480d38956991f81 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Wed, 2 Jun 2004 02:08:45 +0000 Subject: Fix use invocation --- app-i18n/canna/canna-3.6_p4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-i18n/canna/canna-3.6_p4.ebuild') diff --git a/app-i18n/canna/canna-3.6_p4.ebuild b/app-i18n/canna/canna-3.6_p4.ebuild index 915e6aa4fea9..9e0a76e9ad63 100644 --- a/app-i18n/canna/canna-3.6_p4.ebuild +++ b/app-i18n/canna/canna-3.6_p4.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/app-i18n/canna/canna-3.6_p4.ebuild,v 1.14 2004/05/06 11:31:57 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.6_p4.ebuild,v 1.15 2004/06/02 02:04:46 agriffis Exp $ inherit cannadic eutils @@ -43,7 +43,7 @@ src_compile() { # make includes make canna || die - if [ -n "`use doc`" ] ; then + if use doc ; then einfo "Compiling DVI, PS (and PDF) document" cd doc/man/guide/tex xmkmf || die @@ -77,7 +77,7 @@ src_install() { dodoc CHANGES.jp ChangeLog INSTALL* README* WHATIS* - if [ -n "`use doc`" ] ; then + if use doc ; then insinto /usr/share/doc/${PF} doins doc/man/guide/tex/canna.{dvi,ps,pdf} fi -- cgit v1.2.3-65-gdbad