diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-10 18:20:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-10 18:20:53 +0000 |
commit | 3afb1ae3c84717e141f284126f39532f95a15aba (patch) | |
tree | b665796f151dc99b6d5615e63408775391e0eb2a /eclass/xfconf.eclass | |
parent | stable x86, bug 349898 (diff) | |
download | historical-3afb1ae3c84717e141f284126f39532f95a15aba.tar.gz historical-3afb1ae3c84717e141f284126f39532f95a15aba.tar.bz2 historical-3afb1ae3c84717e141f284126f39532f95a15aba.zip |
Fixes for manpage
Diffstat (limited to 'eclass/xfconf.eclass')
-rw-r--r-- | eclass/xfconf.eclass | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass index 080ccc9e767a..251efd44d9e0 100644 --- a/eclass/xfconf.eclass +++ b/eclass/xfconf.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.28 2011/04/10 18:13:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.29 2011/04/10 18:20:53 ssuominen Exp $ # @ECLASS: xfconf.eclass # @MAINTAINER: @@ -11,23 +11,23 @@ # @ECLASS-VARIABLE: EAUTORECONF # @DESCRIPTION: -# Run eautoreconf instead of elibtoolize if set "yes" +# Run eautoreconf instead of elibtoolize if the variable is set. # @ECLASS-VARIABLE: EINTLTOOLIZE # @DESCRIPTION: -# Run intltoolize --force --copy --automake if set "yes" +# Run intltoolize --force --copy --automake if the variable is set. # @ECLASS-VARIABLE: DOCS # @DESCRIPTION: -# Define documentation to install +# This should be an variable defining documentation to install. # @ECLASS-VARIABLE: PATCHES # @DESCRIPTION: -# Define patches to apply +# This should be an array defining patches to apply. # @ECLASS-VARIABLE: XFCONF # @DESCRIPTION: -# Define options for econf +# This should be an array defining arguments for econf. inherit autotools base eutils fdo-mime gnome2-utils libtool |