Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5e4263f

Browse files
committed
[Doc]: Apply install patch
1 parent 1780c9f commit 5e4263f

14 files changed

+17
-27
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -967,8 +967,7 @@ omicron bryanh guest1
967967
</para>
968968

969969
<para>
970-
GSSAPI support has to be enabled when <productname>&productname;</> is built;
971-
see <xref linkend="installation"> for more information.
970+
GSSAPI support has to be enabled when <productname>&productname;</> is built.
972971
</para>
973972

974973
<para>

doc/src/sgml/contrib.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222

2323
<para>
2424
When building from the source distribution, these components are not built
25-
automatically, unless you build the "world" target
26-
(see <xref linkend="build">).
25+
automatically, unless you build the "world" target.
2726
You can build and install all of them by running:
2827
<screen>
2928
<userinput>make</userinput>

doc/src/sgml/docguide.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -949,9 +949,9 @@ save_size.pdfjadetex = 15000
949949
<para>
950950
The installation instructions are also distributed as plain text,
951951
in case they are needed in a situation where better reading tools
952-
are not available. The <filename>INSTALL</filename> file
952+
are not available. <!-- The <filename>INSTALL</filename> file
953953
corresponds to <xref linkend="installation">, with some minor
954-
changes to account for the different context. To recreate the
954+
changes to account for the different context. --> To recreate the
955955
file, change to the directory <filename>doc/src/sgml</filename>
956956
and enter <userinput>make INSTALL</userinput>.
957957
</para>

doc/src/sgml/monitoring.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,8 +2753,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
27532753
By default, probes are not available, so you will need to
27542754
explicitly tell the configure script to make the probes available
27552755
in <productname>&productname;</productname>. To include DTrace support
2756-
specify <option>--enable-dtrace</> to configure. See <xref
2757-
linkend="install-procedure"> for further information.
2756+
specify <option>--enable-dtrace</> to configure.
27582757
</para>
27592758
</sect2>
27602759

doc/src/sgml/plperl.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
<note>
4242
<para>
4343
Users of source packages must specially enable the build of
44-
PL/Perl during the installation process. (Refer to <xref
45-
linkend="installation"> for more information.) Users of
44+
PL/Perl during the installation process. Users of
4645
binary packages might find PL/Perl in a separate subpackage.
4746
</para>
4847
</note>

doc/src/sgml/plpython.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
<para>
104104
The built variant depends on which Python version was found during
105105
the installation or which version was explicitly set using
106-
the <envar>PYTHON</envar> environment variable;
107-
see <xref linkend="install-procedure">. To make both variants of
106+
the <envar>PYTHON</envar> environment variable.
107+
To make both variants of
108108
PL/Python available in one installation, the source tree has to be
109109
configured and built twice.
110110
</para>

doc/src/sgml/postgres.sgml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@
150150
</para>
151151
</partintro>
152152

153-
&installation;
154-
&installw;
155153
&runtime;
156154
&config;
157155
&client-auth;
@@ -275,7 +273,6 @@
275273
&release;
276274
&contrib;
277275
&external-projects;
278-
&sourcerepo;
279276
&docguide;
280277
&demodb-bookings;
281278
&acronyms;

doc/src/sgml/regress.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ make MAX_CONNECTIONS=10 check
9797
<title>Running the Tests Against an Existing Installation</title>
9898

9999
<para>
100-
To run the tests after installation (see <xref linkend="installation">),
100+
To run the tests after installation,
101101
initialize a data area and start the
102102
server as explained in <xref linkend="runtime">, then type:
103103
<screen>

doc/src/sgml/release-9.0.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10440,8 +10440,7 @@ if TG_OP = 'INSERT' and NEW.col1 = ... then
1044010440

1044110441
<listitem>
1044210442
<para>
10443-
New <filename>Makefile</> targets <link
10444-
linkend="build"><literal>world</></link>,
10443+
New <filename>Makefile</> targets <literal>world</>,
1044510444
<literal>install-world</>, and <literal>installcheck-world</>
1044610445
(Andrew Dunstan)
1044710446
</para>

doc/src/sgml/release-9.1.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11317,7 +11317,7 @@ SELECT * FROM places ORDER BY location <-> point '(101,456)' LIMIT 10;
1131711317

1131811318
<listitem>
1131911319
<para>
11320-
Run <link linkend="build">regression tests</link> in the
11320+
Run regression tests in the
1132111321
default encoding (Peter Eisentraut)
1132211322
</para>
1132311323

doc/src/sgml/release-9.5.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7058,7 +7058,7 @@ Add GUC and storage parameter to set the maximum size of GIN pending list.
70587058
2014-07-12 [8d9a0e8] Magnus..: Support &#8211;&#8211;with-extra-version equivalent functi..
70597059
-->
70607060
<para>
7061-
Allow <link linkend="install-procedure">configure</>'s
7061+
Allow configure's
70627062
<option>--with-extra-version</> option to be honored by the
70637063
<productname>MSVC</> build (Michael Paquier)
70647064
</para>

doc/src/sgml/release.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For new features, add links to the documentation sections.
5353

5454
<para>
5555
A complete list of changes for each release can be obtained by
56-
viewing the <link linkend="git">Git</link> logs for each release.
56+
viewing the Git logs for each release.
5757
The <ulink
5858
url="http://archives.postgresql.org/pgsql-committers/"><literal>pgsql-committers</literal>
5959
email list</ulink> records all source code changes as well. There is also

doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,9 +1815,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
18151815

18161816
<step>
18171817
<para>
1818-
Install the new version of <productname>&productname;</productname> as
1819-
outlined in <![%standalone-include[the next section.]]>
1820-
<![%standalone-ignore[<xref linkend="install-procedure">.]]>
1818+
Install the new version of <productname>&productname;</productname>.
18211819
</para>
18221820
</step>
18231821

@@ -2125,7 +2123,7 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
21252123
for increased security. This requires that
21262124
<productname>OpenSSL</productname> is installed on both client and
21272125
server systems and that support in <productname>&productname;</> is
2128-
enabled at build time (see <xref linkend="installation">).
2126+
enabled at build time.
21292127
</para>
21302128

21312129
<para>

doc/src/sgml/start.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
<para>
3131
If you are installing <productname>&productname;</productname>
32-
yourself, then refer to <xref linkend="installation">
33-
for instructions on installation, and return to
32+
yourself, then see
33+
instructions on installation, and return to
3434
this guide when the installation is complete. Be sure to follow
3535
closely the section about setting up the appropriate environment
3636
variables.

0 commit comments

Comments
 (0)