diff options
Diffstat (limited to 'doc/src/sgml/install-win32.sgml')
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 3a6bc45301f..632e769e215 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.49 2008/07/29 15:23:44 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.50 2008/11/21 16:46:19 petere Exp $ --> <chapter id="install-win32"> <title>Installation on <productname>Windows</productname></title> @@ -32,9 +32,9 @@ <para> Building using <productname>MinGW</productname> or <productname>Cygwin</productname> uses the normal build system, see - <xref linkend="installation"> and the FAQs in - <filename>doc/FAQ_MINGW</filename> and <filename>do/FAQ_CYGWIN</filename>. - Note that <productname>Cygwin</productname> is not recommended, and should + <xref linkend="installation"> and the specific notes in + <xref linkend="installation-notes-mingw"> and <xref linkend="installation-notes-cygwin">. + <productname>Cygwin</productname> is not recommended and should only be used for older versions of <productname>Windows</productname> where the native build does not work, such as <productname>Windows 98</productname>. |