Closes: https://bugs.gentoo.org/682118
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
}
multilib_src_install_all() {
- docinto
- dodoc ChangeLog NEWS README TODO
+ local DOCS=( ChangeLog NEWS README TODO )
+ einstalldocs
if use doc ; then
- dodoc doc/*.txt
docinto html
- dodoc -r doc/whatsinagif
+ dodoc -r doc/{gifstandard,whatsinagif}
fi
}