diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2021-07-01 15:38:06 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2021-07-01 15:47:47 -0400 |
commit | 1da2ea0cccc7f9ce5eed3d6e62cba785e82a6a0d (patch) | |
tree | 0ebfa3879fd705d0088e8961e70cd30f11599e59 /doc/src | |
parent | 46bbe5d777722938496f177706cc87ff64512def (diff) | |
download | postgresql-1da2ea0cccc7f9ce5eed3d6e62cba785e82a6a0d.tar.gz postgresql-1da2ea0cccc7f9ce5eed3d6e62cba785e82a6a0d.zip |
add missing tag from commit b8c4261e5e
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 40192b4816f..0d4bc4667ad 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -456,10 +456,7 @@ su - postgres </screen> (Remember to use <acronym>GNU</acronym> <application>make</application>.) The build will take a few minutes depending on your - hardware. The last line displayed should be: -<screen> -All of PostgreSQL successfully made. Ready to install. -</screen> + hardware. </para> <para> @@ -469,10 +466,6 @@ All of PostgreSQL successfully made. Ready to install. <screen> <userinput>make world</userinput> </screen> - The last line displayed should be: -<screen> -PostgreSQL, contrib, and documentation successfully made. Ready to install. -</screen> </para> <para> @@ -564,6 +557,7 @@ build-postgresql: If you built the world without the documentation above, type instead: <screen> <userinput>make install-world-bin</userinput> +</screen> </para> <para> |