From: Joonas Niilola Date: Mon, 23 Sep 2019 12:34:10 +0000 (+0300) Subject: font.eclass: add README.md to dodoc list X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c5a32969519ae2907264995006e4d1d429d00cf2;p=gentoo.git font.eclass: add README.md to dodoc list Signed-off-by: Joonas Niilola --- diff --git a/eclass/font.eclass b/eclass/font.eclass index 5f3e15eafc59..1570bf3f6e19 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 }