app-shells/tcsh: fix install

Closes: https://bugs.gentoo.org/689850
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
This commit is contained in:
Fabian Groffen
2019-07-14 20:59:12 +02:00
parent e9c8d7682c
commit 7459b45f3c

View File

@@ -83,7 +83,7 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install install.man
DOCS=( FAQ Fixes NewThings Ported README WishList Y2K )
DOCS=( FAQ Fixes NewThings Ported README.md WishList Y2K )
if use doc ; then
perl tcsh.man2html tcsh.man || die
HTML_DOCS=( tcsh.html/*.html )