diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 01:49:14 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 01:49:14 +0000 |
commit | 589412865949a1e3bf28a52a1e3bb8793b5a5006 (patch) | |
tree | 64a607b3aee9a383197c7d67a80c47611e4bcfec /app-emacs/yatex/yatex-1.71.ebuild | |
parent | make sure the -Q is in the right place (Manifest recommit) (diff) | |
download | gentoo-2-589412865949a1e3bf28a52a1e3bb8793b5a5006.tar.gz gentoo-2-589412865949a1e3bf28a52a1e3bb8793b5a5006.tar.bz2 gentoo-2-589412865949a1e3bf28a52a1e3bb8793b5a5006.zip |
Fix use invocation
Diffstat (limited to 'app-emacs/yatex/yatex-1.71.ebuild')
-rw-r--r-- | app-emacs/yatex/yatex-1.71.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/yatex/yatex-1.71.ebuild b/app-emacs/yatex/yatex-1.71.ebuild index a86741561c1c..93c548378ef7 100644 --- a/app-emacs/yatex/yatex-1.71.ebuild +++ b/app-emacs/yatex/yatex-1.71.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-emacs/yatex/yatex-1.71.ebuild,v 1.5 2004/04/04 17:01:08 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.71.ebuild,v 1.6 2004/06/02 01:49:14 agriffis Exp $ inherit elisp eutils @@ -35,7 +35,7 @@ src_compile() { cd docs mv yatexe yatex.info mv yahtmle yahtml.info - if [ -n "`use cjk`" ] ; then + if use cjk ; then nkf -e yatexj > yatex-ja.info nkf -e yahtmlj > yahtml-ja.info fi @@ -48,7 +48,7 @@ src_install() { elisp-install ${PN} help/YATEXHLP* dodoc docs/*.eng - if [ -n "`use cjk`" ] ; then + if use cjk ; then dodoc 00readme install dodoc docs/{htmlqa,qanda} docs/*.doc fi |