~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to doc/src/sgml/standalone-install.sgml

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- $PostgreSQL: pgsql/doc/src/sgml/standalone-install.sgml,v 2.6 2003-11-29 19:51:37 pgsql Exp $ -->
 
2
 
 
3
<!--
 
4
This file helps in generating the INSTALL text file that lives in the
 
5
top level directory of the distribution. The exact process is like
 
6
this:
 
7
 
 
8
1. Paste together with installation.sgml
 
9
 
 
10
2. Process with jade to HTML (use -V nochunks)
 
11
 
 
12
3. Remove "Chapter 1" heading
 
13
 
 
14
4. Save as text file in Netscape
 
15
 
 
16
5. Put in place of old INSTALL file
 
17
 
 
18
Running 'make INSTALL' in the doc/src/sgml directory will do 1 through
 
19
3 for you.
 
20
-->
 
21
 
 
22
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
 
23
 
 
24
<!entity % version SYSTEM "version.sgml">
 
25
%version;
 
26
 
 
27
<!--
 
28
The standalone version has some portions that are different from the
 
29
version that is integrated into the full documentation set, in
 
30
particular as regards links. The following are essentially SGML's
 
31
equivalent of C's #ifdef and friends. The other end of this is in
 
32
installation.sgml.
 
33
-->
 
34
 
 
35
 <!entity % standalone-ignore  "IGNORE">
 
36
 <!entity % standalone-include "INCLUDE">
 
37
 
 
38
<!--
 
39
When you're building the full documentation set, you want to flip the
 
40
IGNORE and INCLUDE.
 
41
-->
 
42
]>