summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2017-02-12 19:19:55 +0000
committerPatrice Clement <monsieurp@gentoo.org>2017-04-08 23:41:11 +0200
commit8e88978ec1fc0a6ba42c90c95b56e0662552737f (patch)
treea061d52a028218c8d7f3c059042ee91302b1ab2b /dev-db
parentapp-dicts/edictionary: Remove old (diff)
downloadgentoo-8e88978ec1fc0a6ba42c90c95b56e0662552737f.tar.gz
gentoo-8e88978ec1fc0a6ba42c90c95b56e0662552737f.tar.bz2
gentoo-8e88978ec1fc0a6ba42c90c95b56e0662552737f.zip
dev-db/postgis: replace deprecated dohtml.
Closes: https://github.com/gentoo/gentoo/pull/3877
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgis/postgis-2.3.2-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/postgis/postgis-2.3.2-r1.ebuild b/dev-db/postgis/postgis-2.3.2-r1.ebuild
index 9dff87e6120d..d2ef921ec507 100644
--- a/dev-db/postgis/postgis-2.3.2-r1.ebuild
+++ b/dev-db/postgis/postgis-2.3.2-r1.ebuild
@@ -124,9 +124,10 @@ src_install() {
emake -C topology DESTDIR="${D}" install
dobin ./utils/postgis_restore.pl
- dodoc CREDITS TODO loader/README.* doc/*txt
+ DOCS=( CREDITS TODO loader/README.* doc/*txt )
+ use doc && local HTML_DOCS=( doc/html/{images,postgis.html,style.css} )
- use doc && dohtml -r doc/html/*
+ einstalldocs
docinto topology
dodoc topology/{TODO,README}