~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-20 12:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090320120013-hogj7egc5mjncc5g
Tags: upstream-8.4~0cvs20090328
ImportĀ upstreamĀ versionĀ 8.4~0cvs20090328

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- $PostgreSQL$ -->
 
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
]>