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 | c7a37773af631a1ab9e66604b5aaa29b1df18023 (patch) | |
tree | 722237adf5c34b36e20f3f72a1ab7227b38acd10 /eclass | |
parent | stable x86, bug 349898 (diff) | |
download | gentoo-2-c7a37773af631a1ab9e66604b5aaa29b1df18023.tar.gz gentoo-2-c7a37773af631a1ab9e66604b5aaa29b1df18023.tar.bz2 gentoo-2-c7a37773af631a1ab9e66604b5aaa29b1df18023.zip |
Fixes for manpage
Diffstat (limited to '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 |