mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Update installation instructions to new realities. Combined into one file.
Improved automation of INSTALL file generation.
This commit is contained in:
42
doc/src/sgml/standalone-install.sgml
Normal file
42
doc/src/sgml/standalone-install.sgml
Normal file
@ -0,0 +1,42 @@
|
||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/standalone-install.sgml,v 2.1 2000/07/21 00:44:13 petere Exp $ -->
|
||||
|
||||
<!--
|
||||
This file helps in generating the INSTALL text file that lives in the
|
||||
top level directory of the distribution. The exact process is like
|
||||
this:
|
||||
|
||||
1. Paste together with installation.sgml
|
||||
|
||||
2. Process with jade to HTML (use -V nochunks)
|
||||
|
||||
3. Remove "Chapter 1" heading
|
||||
|
||||
4. Save as text file in Netscape
|
||||
|
||||
5. Put in place of old INSTALL file
|
||||
|
||||
Running `make INSTALL' in the doc/src/sgml directory will do 1 through
|
||||
3 for you.
|
||||
-->
|
||||
|
||||
<!doctype chapter PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
||||
|
||||
<!entity version "7.1">
|
||||
<!entity majorversion "7.1">
|
||||
|
||||
<!--
|
||||
The standalone version has some portions that are different from the
|
||||
version that is integrated into the Administrator's Guide, in
|
||||
particular as regards links. The following are essentially SGML's
|
||||
equivalent of C's #ifdef and friends. The other end of this is in
|
||||
installation.sgml.
|
||||
-->
|
||||
|
||||
<!entity % flattext-install-ignore "IGNORE">
|
||||
<!entity % flattext-install-include "INCLUDE">
|
||||
|
||||
<!--
|
||||
When you're building the Administrator's Guide, you want to flip the
|
||||
IGNORE and INCLUDE.
|
||||
-->
|
||||
]>
|
Reference in New Issue
Block a user