commit: c5a32969519ae2907264995006e4d1d429d00cf2
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 12:34:10 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 12:34:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a32969
font.eclass: add README.md to dodoc list
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
eclass/font.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/font.eclass b/eclass/font.eclass
index 5f3e15eafc5..1570bf3f6e1 100644
--- a/eclass/font.eclass
+++ b/eclass/font.eclass
@@ -199,7 +199,7 @@ font_src_install() {
[[ -n ${DOCS} ]] && { dodoc ${DOCS} || die "docs installation failed" ;
}
# install common docs
- for commondoc in COPYRIGHT README{,.txt} NEWS AUTHORS BUGS ChangeLog
FONTLOG.txt; do
+ for commondoc in COPYRIGHT README{,.md,.txt} NEWS AUTHORS BUGS
ChangeLog FONTLOG.txt; do
[[ -s ${commondoc} ]] && dodoc ${commondoc}
done
}