Fix spelling error in docs.
[PostgreSQL.git] / doc / src / sgml / standalone-install.sgml
blob094dfc61fe716d2faaf4efd0617278db8a8e69a4
1 <!-- $PostgreSQL$ -->
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:
8 1. Paste together with installation.sgml
10 2. Process with jade to HTML (use -V nochunks)
12 3. Remove "Chapter 1" heading
14 4. Save as text file in Netscape
16 5. Put in place of old INSTALL file
18 Running 'make INSTALL' in the doc/src/sgml directory will do 1 through
19 3 for you.
20 -->
22 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
24 <!entity % version SYSTEM "version.sgml">
25 %version;
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 -->
35 <!entity % standalone-ignore "IGNORE">
36 <!entity % standalone-include "INCLUDE">
38 <!--
39 When you're building the full documentation set, you want to flip the
40 IGNORE and INCLUDE.
41 -->