diff options
author | Pavel Raiskup <praiskup@redhat.com> | 2014-06-25 16:51:05 +0200 |
---|---|---|
committer | Pavel Raiskup <praiskup@redhat.com> | 2014-06-25 16:53:23 +0200 |
commit | 716453681650b17f6b9c5877046d3f395a78c84d (patch) | |
tree | 65a035b6c0c508f6b188c568fb79a6a85b10f08b | |
parent | ebfbcc7a01f95e3e67ebef0835a01d5081158597 (diff) | |
download | postgresql-setup-716453681650b17f6b9c5877046d3f395a78c84d.tar.gz postgresql-setup-716453681650b17f6b9c5877046d3f395a78c84d.tar.xz postgresql-setup-716453681650b17f6b9c5877046d3f395a78c84d.zip |
spec: move html documentation to postgresql-docs
Resolves: #1086420
Version: 9.3.4-8
-rw-r--r-- | README.rpm-dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rpm-dist b/README.rpm-dist index e628f83..b582354 100644 --- a/README.rpm-dist +++ b/README.rpm-dist @@ -109,13 +109,13 @@ choose' what pieces are needed, and what dependencies are required. The RPMset is packaged in the following subpackages: -postgresql: Key client programs and documentation +postgresql: Key client programs and basic documentation postgresql-libs: Client shared libraries postgresql-server: Server executables and data files postgresql-devel: Development libraries and include files postgresql-test: The regression tests and associated files postgresql-upgrade: Support files for upgrading from previous major version -postgresql-docs: Extra documentation, such as the tutorial files +postgresql-docs: Full documentation in HTML and PDF, the tutorial files postgresql-contrib: Add-on loadable modules and programs postgresql-plperl: PL/Perl procedural language postgresql-plpython: PL/Python procedural language (for Python 2) |