dev-db/postgis: Install missing images and cheatsheets

Closes: https://bugs.gentoo.org/832939
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32843
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
This commit is contained in:
Chris Mayo
2023-09-16 17:44:03 +01:00
committed by Aaron W. Swenson
parent 434e1dda74
commit af53d46388

View File

@@ -98,7 +98,7 @@ src_compile() {
if use doc ; then
postgres-multi_foreach emake comments
postgres-multi_foreach emake cheatsheets
postgres-multi_forbest emake cheatsheets
postgres-multi_forbest emake -C doc html
fi
}
@@ -115,12 +115,7 @@ src_install() {
if use doc ; then
postgres-multi_foreach emake DESTDIR="${D}" comments-install
docinto html
postgres-multi_forbest dodoc doc/html/{postgis-en.html,style.css}
docinto html/images
postgres-multi_forbest dodoc -r doc/html/images/*
postgres-multi_forbest emake DESTDIR="${D}" -C doc cheatsheet-install html-install html-assets-install
fi
use static-libs || find "${ED}" -name '*.a' -delete