diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-18 02:47:00 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2005-03-18 02:47:00 +0000 |
commit | 241ce553b0b0c909d24078fd15bd972817542f4c (patch) | |
tree | d4fd21dac5bd6769f1bd1725f1484f27abfffec9 /eclass/gnustep-funcs.eclass | |
parent | Cleanup (diff) | |
download | gentoo-2-241ce553b0b0c909d24078fd15bd972817542f4c.tar.gz gentoo-2-241ce553b0b0c909d24078fd15bd972817542f4c.tar.bz2 gentoo-2-241ce553b0b0c909d24078fd15bd972817542f4c.zip |
Fixed issue where Documentation dir w/o GNUMakefile would fail if user had doc USE flag in make.conf globally
Diffstat (limited to 'eclass/gnustep-funcs.eclass')
-rw-r--r-- | eclass/gnustep-funcs.eclass | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/eclass/gnustep-funcs.eclass b/eclass/gnustep-funcs.eclass index 754e7c340ee2..5cba500d4719 100644 --- a/eclass/gnustep-funcs.eclass +++ b/eclass/gnustep-funcs.eclass @@ -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/eclass/gnustep-funcs.eclass,v 1.3 2004/12/13 06:35:06 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-funcs.eclass,v 1.4 2005/03/18 02:47:00 fafhrd Exp $ inherit toolchain-funcs eutils @@ -217,8 +217,10 @@ egnustep_doc() { fi eval emake ${__GS_MAKE_EVAL} ${gs_make_opts} all || die "doc make failed" eval emake ${__GS_MAKE_EVAL} ${gs_make_opts} install || die "doc install failed" - else - die "no Makefile found" +#XXX: I have no idea why this is called by ebuilds that don't have 'doc' in the +# USE flags, but user has 'doc' in global USE in make.conf +# else +# die "no Makefile found" fi cd .. return 0 @@ -240,7 +242,7 @@ objc_available() { Yen-Ju Chen Dennis Leeuw - Copyright © 2003 Yen-Ju Chen, Dennis Leeuw + Copyright © 2003 Yen-Ju Chen, Dennis Leeuw Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. </quote> |