From 4fa69e566cf1b836ae8aa9bee24ab0c556cfe94e Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Fri, 22 Jan 2010 22:50:03 +0000 Subject: [PATCH] Revert mention that HTML documentation has to be built first. Now require gmake 3.79.1 or later to build source/sgml. --- doc/src/sgml/docguide.sgml | 5 ++--- doc/src/sgml/installation.sgml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 62a60cb109d..97bbd7fa536 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.79 2010/01/22 15:49:29 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.80 2010/01/22 22:50:03 momjian Exp $ --> <appendix id="docguide"> <title>Documentation</title> @@ -590,8 +590,7 @@ gmake man <para> If you want to use <application>JadeTex</application> to produce a - printable rendition of the documentation, you must first build the - <acronym>HTML</acronym> output as outlined above, then you can use one of the + printable rendition of the documentation, you can use one of the following commands: <itemizedlist> 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> -- GitLab