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
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
22 <!DOCTYPE chapter PUBLIC
"-//OASIS//DTD DocBook V4.2//EN" [
24 <!entity % version SYSTEM
"version.sgml">
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
35 <!entity % standalone-ignore
"IGNORE">
36 <!entity % standalone-include
"INCLUDE">
39 When you're building the full documentation set, you want to flip the