Add announcements of checkpoint release 0.97.0d20070809.
[scons.git] / doc / reference / main.xml
1 <?xml version="1.0"?>
2
3 <!--
4
5   Copyright (c) 2001, 2002, 2003 Steven Knight
6
7   Permission is hereby granted, free of charge, to any person obtaining
8   a copy of this software and associated documentation files (the
9   "Software"), to deal in the Software without restriction, including
10   without limitation the rights to use, copy, modify, merge, publish,
11   distribute, sublicense, and/or sell copies of the Software, and to
12   permit persons to whom the Software is furnished to do so, subject to
13   the following conditions:
14
15   The above copyright notice and this permission notice shall be included
16   in all copies or substantial portions of the Software.
17
18   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
19   KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
20   WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22   LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23   OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24   WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
26 -->
27
28 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
29 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
30 [
31
32     <!ENTITY % version SYSTEM "../version.xml">
33     %version;
34
35     <!ENTITY % scons SYSTEM "../scons.mod">
36     %scons;
37
38     <!-- Builders -->
39     <!ENTITY Alias_file SYSTEM "Alias.xml">
40     <!ENTITY CFile_file SYSTEM "CFile.xml">
41     <!ENTITY CXXFile_file SYSTEM "CXXFile.xml">
42     <!ENTITY Command_file SYSTEM "Command.xml">
43     <!ENTITY Install_file SYSTEM "Install.xml">
44     <!ENTITY InstallAs_file SYSTEM "InstallAs.xml">
45     <!ENTITY Library_file SYSTEM "Library.xml">
46     <!ENTITY Object_file SYSTEM "Object.xml">
47     <!ENTITY PCH_file SYSTEM "PCH.xml">
48     <!ENTITY PDF_file SYSTEM "PDF.xml">
49     <!ENTITY PostScript_file SYSTEM "PostScript.xml">
50     <!ENTITY Program_file SYSTEM "Program.xml">
51     <!ENTITY RES_file SYSTEM "RES.xml">
52     <!ENTITY SharedLibrary_file SYSTEM "SharedLibrary.xml">
53     <!ENTITY SharedObject_file SYSTEM "SharedObject.xml">
54     <!ENTITY StaticLibrary_file SYSTEM "StaticLibrary.xml">
55     <!ENTITY StaticObject_file SYSTEM "StaticObject.xml">
56
57     <!-- Construction Variables -->
58
59     <!ENTITY copyright SYSTEM "copyright.xml">
60     <!ENTITY errors SYSTEM "errors.xml">
61     <!ENTITY preface SYSTEM "preface.xml">
62
63 ]>
64
65 <book>
66   <bookinfo>
67     <title>SCons Reference Manual &buildversion;</title>
68
69     <author>
70       <firstname>Steven</firstname>
71       <surname>Knight</surname>
72     </author>
73
74     <edition>Revision &buildrevision; (&builddate;)</edition>
75
76     <pubdate>2003</pubdate>
77
78     <copyright>
79       <year>2003</year>
80       <holder>Steven Knight</holder>
81     </copyright>
82
83     <legalnotice>
84       &copyright;
85     </legalnotice>
86
87     <releaseinfo>version &buildversion;</releaseinfo>
88
89   </bookinfo>
90
91   <chapter id="chap-preface">
92     <title>Preface</title>
93     &preface;
94   </chapter>
95
96   <chapter id="chap-builders">
97     <title>Builder Reference</title>
98
99     <section id="sect-Alias">
100       <title>The Alias Builder</title>
101       &Alias_file;
102     </section>
103
104     <section id="sect-CFile">
105       <title>The CFile Builder</title>
106       &CFile_file;
107     </section>
108
109     <section id="sect-Command">
110       <title>The Command Builder</title>
111       &Command_file;
112     </section>
113
114     <section id="sect-CXXFile">
115       <title>The CXXFile Builder</title>
116       &CXXFile_file;
117     </section>
118
119     <section id="sect-Install">
120       <title>The Install Builder</title>
121       &Install_file;
122     </section>
123
124     <section id="sect-InstallAs">
125       <title>The InstallAs Builder</title>
126       &InstallAs_file;
127     </section>
128
129     <section id="sect-Library">
130       <title>The Library Builder</title>
131       &Library_file;
132     </section>
133
134     <section id="sect-Object">
135       <title>The Object Builder</title>
136       &Object_file;
137     </section>
138
139     <section id="sect-PCH">
140       <title>The PCH Builder</title>
141       &PCH_file;
142     </section>
143
144     <section id="sect-PDF">
145       <title>The PDF Builder</title>
146       &PDF_file;
147     </section>
148
149     <section id="sect-PostScript">
150       <title>The PDF Builder</title>
151       &PostScript_file;
152     </section>
153
154     <section id="sect-Program">
155       <title>The Program Builder</title>
156       &Program_file;
157     </section>
158
159     <section id="sect-RES">
160       <title>The RES Builder</title>
161       &RES_file;
162     </section>
163
164     <section id="sect-SharedLibrary">
165       <title>The SharedLibrary Builder</title>
166       &SharedLibrary_file;
167     </section>
168
169     <section id="sect-SharedObject">
170       <title>The SharedObject Builder</title>
171       &SharedObject_file;
172     </section>
173
174     <section id="sect-StaticLibrary">
175       <title>The StaticLibrary Builder</title>
176       &StaticLibrary_file;
177     </section>
178
179     <section id="sect-StaticObject">
180       <title>The StaticObject Builder</title>
181       &StaticObject_file;
182     </section>
183
184   </chapter>
185
186   <chapter id="chap-variables">
187     <title>&ConsVar; Reference</title>
188
189     <section id="sect-AR">
190       <title>AR</title>
191
192       <para>
193
194       X
195
196       </para>
197
198     </section>
199
200   </chapter>
201
202   <appendix id="chap-errors">
203     <title>Errors Generated by &SCons;</title>
204     &errors;
205   </appendix>
206
207 </book>