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:40:42 -0400 |
commit | 8d2be1402833a8cf0876282165bc8eae224a9c2e (patch) | |
tree | 18bd1477396941cf2939c7cb8096204fdd331f35 /doc/src | |
parent | bd0be7f7a42fa84fd9fb770117c9f7c1238a05b1 (diff) |
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 56bd89bff78..8c143325448 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -448,10 +448,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> @@ -461,10 +458,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> @@ -556,6 +549,7 @@ build-postgresql: If you built the world without the documentation above, type instead: <screen> <userinput>make install-world-bin</userinput> +</screen> </para> <para> |