diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-14 08:24:39 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2017-07-14 08:24:39 -0400 |
commit | 2c45ba58aa8c7133bafb9ea5d9f4bae9b33eb606 (patch) | |
tree | 8f8de726c287e835a75e01621d0d82ca07e57f31 /dev-db | |
parent | media-libs/qhull: keyword ~arm64 (diff) | |
download | gentoo-2c45ba58aa8c7133bafb9ea5d9f4bae9b33eb606.tar.gz gentoo-2c45ba58aa8c7133bafb9ea5d9f4bae9b33eb606.tar.bz2 gentoo-2c45ba58aa8c7133bafb9ea5d9f4bae9b33eb606.zip |
dev-db/postgresql: 10beta2 Remove dodoc *{sgml,dsl}
When USE="doc" is enabled, ‘dodoc doc/src/sgml/*.{sgml,dsl}’ fails
because the *.dsl files have been removed.
The SGML files are just the source code used to generate the HTML
files that are installed a couple lines earlier, and are, for the most
part, a waste of space.
So, we’re going to stop installing them.
Bug: 624914
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-10_beta2.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-db/postgresql/postgresql-10_beta2.ebuild b/dev-db/postgresql/postgresql-10_beta2.ebuild index b723fe577cbf..6560be4d50a6 100644 --- a/dev-db/postgresql/postgresql-10_beta2.ebuild +++ b/dev-db/postgresql/postgresql-10_beta2.ebuild @@ -262,9 +262,6 @@ src_install() { if use doc ; then docinto html dodoc doc/src/sgml/html/* - - docinto sgml - dodoc doc/src/sgml/*.{sgml,dsl} fi if use server; then |