diff options
Diffstat (limited to 'doc/src/sgml/installation.sgml')
-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> |