diff options
author | Chris Mayo <aklhfex@gmail.com> | 2017-02-12 19:19:55 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:41:11 +0200 |
commit | 8e88978ec1fc0a6ba42c90c95b56e0662552737f (patch) | |
tree | a061d52a028218c8d7f3c059042ee91302b1ab2b /dev-db/postgis | |
parent | app-dicts/edictionary: Remove old (diff) | |
download | gentoo-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/postgis')
-rw-r--r-- | dev-db/postgis/postgis-2.3.2-r1.ebuild | 5 |
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} |