font.eclass: add README.md to dodoc list
authorJoonas Niilola <juippis@gentoo.org>
Mon, 23 Sep 2019 12:34:10 +0000 (15:34 +0300)
committerJoonas Niilola <juippis@gentoo.org>
Mon, 23 Sep 2019 12:34:10 +0000 (15:34 +0300)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
eclass/font.eclass

index 5f3e15eafc598c1b425c1a2211c7cdc30b0772bd..1570bf3f6e19a836e2de7d98584e0e361ac71205 100644 (file)
@@ -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
 }