diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-01-22 22:50:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-01-22 22:50:03 +0000 |
commit | 4fa69e566cf1b836ae8aa9bee24ab0c556cfe94e (patch) | |
tree | 3fddfb417a2560bff44e5876334c44628f9a9cf9 /doc/src/sgml/installation.sgml | |
parent | a3d8fbf3ae94acbf12ffa19235902e4553b3264e (diff) | |
download | postgresql-4fa69e566cf1b836ae8aa9bee24ab0c556cfe94e.tar.gz postgresql-4fa69e566cf1b836ae8aa9bee24ab0c556cfe94e.zip |
Revert mention that HTML documentation has to be built first.
Now require gmake 3.79.1 or later to build source/sgml.
Diffstat (limited to 'doc/src/sgml/installation.sgml')
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 4a2fbf29242..23d120b8a32 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.338 2010/01/16 20:38:54 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.339 2010/01/22 22:50:03 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -79,7 +79,7 @@ su - postgres <screen> <userinput>gmake --version</userinput> </screen> - It is recommended to use version 3.76.1 or later. + It is recommended to use version 3.79.1 or later. </para> </listitem> |