diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-09-02 10:00:06 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-09-02 10:00:06 +0000 |
commit | eba12e307e2a0334a032e52733affe3bee903d05 (patch) | |
tree | 9c11fda62ca719b955b178a2bbef8a6926f8eefc /eclass/texlive-module.eclass | |
parent | add a small function to install a script from the texmf tree, add TEXLIVE_MOD... (diff) | |
download | gentoo-2-eba12e307e2a0334a032e52733affe3bee903d05.tar.gz gentoo-2-eba12e307e2a0334a032e52733affe3bee903d05.tar.bz2 gentoo-2-eba12e307e2a0334a032e52733affe3bee903d05.zip |
document TEXLIVE_MODULE_BINSCRIPTS
Diffstat (limited to 'eclass/texlive-module.eclass')
-rw-r--r-- | eclass/texlive-module.eclass | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index 8504c94fc098..ae574c9437c5 100644 --- a/eclass/texlive-module.eclass +++ b/eclass/texlive-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.17 2008/09/02 09:56:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.18 2008/09/02 10:00:06 aballier Exp $ # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -39,6 +39,12 @@ # Expansion to SRC_URI is the same as for TEXLIVE_MODULE_CONTENTS. This is only # valid for TeX Live 2008 +# @ECLASS-VARIABLE: TEXLIVE_MODULE_BINSCRIPTS +# @DESCRIPTION: +# A space separated list of files that are in fact scripts installed in the +# texmf tree and that we want to be available directly. They will be installed in +# /usr/bin. + inherit texlive-common HOMEPAGE="http://www.tug.org/texlive/" |