diff options
author | Ryan Hill <rhill@gentoo.org> | 2008-05-19 00:42:13 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2008-05-19 00:42:13 +0000 |
commit | 1a3913f76784a56a8a9229e3b4979955d62050a9 (patch) | |
tree | bd3bd5c9df10db56efdf7470d3d302fa037a0905 /eclass/font.eclass | |
parent | Keyword ~x86. (diff) | |
download | historical-1a3913f76784a56a8a9229e3b4979955d62050a9.tar.gz historical-1a3913f76784a56a8a9229e3b4979955d62050a9.tar.bz2 historical-1a3913f76784a56a8a9229e3b4979955d62050a9.zip |
Add FONTLOG.txt to commondoc.
Diffstat (limited to 'eclass/font.eclass')
-rw-r--r-- | eclass/font.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass index d1621d3c3cf7..cf3a2bd3926a 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.36 2008/01/08 17:57:43 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.37 2008/05/19 00:42:13 dirtyepic Exp $ # Author: foser <foser@gentoo.org> @@ -96,7 +96,7 @@ font_src_install() { dodoc ${DOCS} 2> /dev/null # install common docs - for commondoc in COPYRIGHT README NEWS AUTHORS BUGS ChangeLog; do + for commondoc in COPYRIGHT README{,.txt} NEWS AUTHORS BUGS ChangeLog FONTLOG.txt; do [[ -s ${commondoc} ]] && dodoc ${commondoc} done } |