mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
committed by
Aaron W. Swenson
parent
434e1dda74
commit
af53d46388
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user