4.5.1 release items
[scons.git] / doc / reference / main.xml
blob1ac8fe65ec1dfd81c1b2374b94a7c0c43bf54b34
1 <?xml version="1.0"?>
3 <!DOCTYPE sconsdoc [
5     <!ENTITY % version SYSTEM "../version.xml">
6     %version;
8     <!ENTITY % scons SYSTEM "../scons.mod">
9     %scons;
13 <book xmlns="http://www.scons.org/dbxsd/v1.0"
14       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
15       xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
16       
17 <!--
19   __COPYRIGHT__
21   Permission is hereby granted, free of charge, to any person obtaining
22   a copy of this software and associated documentation files (the
23   "Software"), to deal in the Software without restriction, including
24   without limitation the rights to use, copy, modify, merge, publish,
25   distribute, sublicense, and/or sell copies of the Software, and to
26   permit persons to whom the Software is furnished to do so, subject to
27   the following conditions:
29   The above copyright notice and this permission notice shall be included
30   in all copies or substantial portions of the Software.
32   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
33   KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
34   WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
36   LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
37   OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
38   WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
40 -->
41       
42   <bookinfo>
43     <title>SCons &buildversion;</title>
44     <subtitle>Reference Manual</subtitle>
46     <author>
47       <firstname>Steven</firstname>
48       <surname>Knight</surname>
49     </author>
51     <corpauthor>Steven Knight</corpauthor>
52   
53     <pubdate>2003</pubdate>
55     <copyright>
56       <year>2003</year>
57       <holder>Steven Knight</holder>
58     </copyright>
60     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="copyright.xml"/>
62     <releaseinfo>version &buildversion;</releaseinfo>
64   </bookinfo>
66   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="preface.xml"/>
68   <chapter id="chap-builders">
69     <title>Builder Reference</title>
71     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Alias.xml"/>
73     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CFile.xml"/>
75     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Command.xml"/>
77     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="CXXFile.xml"/>
79     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Install.xml"/>
81     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="InstallAs.xml"/>
83     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Library.xml"/>
85     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Object.xml"/>
87     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="PCH.xml"/>
89     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="PDF.xml"/>
91     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="PostScript.xml"/>
93     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Program.xml"/>
95     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="RES.xml"/>
97     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="SharedLibrary.xml"/>
99     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="SharedObject.xml"/>
101     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="StaticLibrary.xml"/>
103     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="StaticObject.xml"/>
105   </chapter>
107   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="errors.xml"/>
109 </book>