diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 02:08:45 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 02:08:45 +0000 |
commit | 6082c9a053169ccf6314170fd480d38956991f81 (patch) | |
tree | 52a5ace6be3895911f3de1d8e92266f0bdd3ba5f /app-i18n/canna/canna-3.6_p4.ebuild | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-6082c9a053169ccf6314170fd480d38956991f81.tar.gz gentoo-2-6082c9a053169ccf6314170fd480d38956991f81.tar.bz2 gentoo-2-6082c9a053169ccf6314170fd480d38956991f81.zip |
Fix use invocation
Diffstat (limited to 'app-i18n/canna/canna-3.6_p4.ebuild')
-rw-r--r-- | app-i18n/canna/canna-3.6_p4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |