diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-07-21 00:44:13 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-07-21 00:44:13 +0000 |
| commit | 8004bcf00eba43fa336678c4c0f49300062a9b7d (patch) | |
| tree | 75b3eab77528be64d379e62af9e8c7e20b34d0fe /doc/src/sgml/postgres.sgml | |
| parent | cc9707247ec775ce599221aeecb3fb381beb5a71 (diff) | |
Update installation instructions to new realities. Combined into one file.
Improved automation of INSTALL file generation.
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
| -rw-r--r-- | doc/src/sgml/postgres.sgml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 1a85b1e580b..012569550a6 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,9 +1,12 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.38 2000/07/01 15:05:47 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.39 2000/07/21 00:44:13 petere Exp $ --> <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ +<!entity version "7.1"> +<!entity majorversion "7.1"> + <!entity about SYSTEM "about.sgml"> <!entity history SYSTEM "history.sgml"> <!entity info SYSTEM "info.sgml"> @@ -47,12 +50,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.38 2000/07/01 15:05:47 pe %allfiles; <!-- administrator's guide --> -<!entity config SYSTEM "config.sgml"> <!entity intro-ag SYSTEM "intro-ag.sgml"> -<!entity install SYSTEM "install.sgml"> +<!entity installation SYSTEM "installation.sgml"> <!entity installw SYSTEM "install-win32.sgml"> -<!entity layout SYSTEM "layout.sgml"> -<!entity ports SYSTEM "ports.sgml"> <!entity recovery SYSTEM "recovery.sgml"> <!entity regress SYSTEM "regress.sgml"> <!entity release SYSTEM "release.sgml"> @@ -103,6 +103,12 @@ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.38 2000/07/01 15:05:47 pe <!entity page SYSTEM "page.sgml"> <!entity protocol SYSTEM "protocol.sgml"> <!entity sources SYSTEM "sources.sgml"> + + +<!-- see standalone-install.sgml about these --> +<!entity % flattext-install-ignore "INCLUDE"> +<!entity % flattext-install-include "IGNORE"> + ]> <!-- entity manpages SYSTEM "man/manpages.sgml" subdoc --> @@ -217,10 +223,7 @@ Your name here... included twice. &intro-ag; --> - &ports; - &config; - &layout; - &install; + &installation; &installw; &runtime; &client-auth; |
