diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-10-23 23:30:14 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-10-23 23:30:14 +0000 |
commit | c3cd46b65bfb797d8811bed9841c3cc465db41f6 (patch) | |
tree | 19e4a105e8e5140ef530bcf0651b348ba11c5d19 /eclass/texlive-module.eclass | |
parent | Describe what src_unpack does (diff) | |
download | historical-c3cd46b65bfb797d8811bed9841c3cc465db41f6.tar.gz historical-c3cd46b65bfb797d8811bed9841c3cc465db41f6.tar.bz2 historical-c3cd46b65bfb797d8811bed9841c3cc465db41f6.zip |
Improve descriptions
Diffstat (limited to 'eclass/texlive-module.eclass')
-rw-r--r-- | eclass/texlive-module.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/texlive-module.eclass b/eclass/texlive-module.eclass index 7794d1b44a20..5c6cfb4f2f7f 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.48 2010/10/23 23:28:24 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.49 2010/10/23 23:30:14 aballier Exp $ # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -139,6 +139,7 @@ fi # @FUNCTION: texlive-module_add_format # @DESCRIPTION: # Creates/appends to a format.${PN}.cnf file for fmtutil. +# It parses the AddFormat directive of tlpobj files to create it. # This will make fmtutil generate the formats when asked and allow the remaining # src_compile phase to build the formats |