diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-05-19 00:42:13 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-05-19 00:42:13 +0000 |
commit | 5704b1182a6c027693c081d0100babc2e7ef7927 (patch) | |
tree | cb420142e9582e8fa650aa866c4552a6793aca41 | |
parent | Keyword ~x86. (diff) | |
download | gentoo-2-5704b1182a6c027693c081d0100babc2e7ef7927.tar.gz gentoo-2-5704b1182a6c027693c081d0100babc2e7ef7927.tar.bz2 gentoo-2-5704b1182a6c027693c081d0100babc2e7ef7927.zip |
Add FONTLOG.txt to commondoc.
-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 } |