summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-09-02 10:00:06 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-09-02 10:00:06 +0000
commit7f0f195b59cdcba9fec95303b639baaad216ffa3 (patch)
tree010729942e25c3c9fbd9c6b53a3e92f82d56ed20 /eclass/texlive-module.eclass
parentadd a small function to install a script from the texmf tree, add TEXLIVE_MOD... (diff)
downloadhistorical-7f0f195b59cdcba9fec95303b639baaad216ffa3.tar.gz
historical-7f0f195b59cdcba9fec95303b639baaad216ffa3.tar.bz2
historical-7f0f195b59cdcba9fec95303b639baaad216ffa3.zip
document TEXLIVE_MODULE_BINSCRIPTS
Diffstat (limited to 'eclass/texlive-module.eclass')
-rw-r--r--eclass/texlive-module.eclass8
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/"