diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-10-01 10:25:44 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-10-01 10:25:44 -0400 |
commit | a0ccae7ed41201251c0da51a91b84eb9d13c4ab1 (patch) | |
tree | 8cf81a6a2e20724852775160f3fc2b8b54aa2f6d /doc/src/sgml/install-win32.sgml | |
parent | fd51c16ce9ed3dfad9432b830dac46f30d6052ac (diff) | |
download | postgresql-REL9_0_1.tar.gz postgresql-REL9_0_1.zip |
Fix back-branch breakage from ill-advised last-minute commit.REL9_0_1
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 63da4086490..4bf890e7597 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,6 +1,6 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.57.4.2 2010/07/29 19:34:36 petere Exp $ --> +<!-- doc/src/sgml/install-windows.sgml --> -<chapter id="install-win32"> +<chapter id="install-windows"> <title>Installation from Source Code on <productname>Windows</productname></title> <indexterm> @@ -56,7 +56,7 @@ binaries are built using <productname>Visual Studio</productname>. </para> - <sect1 id="install-win32-full"> + <sect1 id="install-windows-full"> <title>Building with <productname>Visual C++</productname> or the <productname>Platform SDK</productname></title> @@ -436,7 +436,7 @@ $ENV{DOCROOT}='c:\docbook'; </sect1> - <sect1 id="install-win32-libpq"> + <sect1 id="install-windows-libpq"> <title>Building <application>libpq</application> with <productname>Visual C++</productname> or <productname>Borland C++</productname></title> |