Merge pull request #4668 from adamscott/template-pool-to-scons_pool
[scons.git] / doc / design / main.xml
blobf03653b2eeb028ebc537c9d6392496f840919cee
1 <?xml version="1.0"?>
3 <!--
5   __COPYRIGHT__
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:
15   The above copyright notice and this permission notice shall be included
16   in all copies or substantial portions of the Software.
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.
26 -->
28 <!DOCTYPE sconsdoc [
30     <!ENTITY % version SYSTEM "../version.xml">
31     %version;
33     <!ENTITY % scons SYSTEM "../scons.mod">
34     %scons;
38 <book xmlns="http://www.scons.org/dbxsd/v1.0"
39       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
40       xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
41   <bookinfo>
42     <title>SCons &buildversion;</title>
43     <subtitle>Design</subtitle>
44     <author>
45       <firstname>Steven</firstname>
46       <surname>Knight</surname>
47     </author>
49     <corpauthor>Steven Knight</corpauthor>
51     <pubdate>2001</pubdate>
53     <copyright>
54       <year>2001</year>
55       <holder>Steven Knight</holder>
56     </copyright>
58     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="copyright.xml"/>
60     <releaseinfo>version &buildversion;</releaseinfo>
62   </bookinfo>
64   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intro.xml"/>
66   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="goals.xml"/>
68   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="overview.xml"/>
70   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="engine.xml"/>
72   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="native.xml"/>
74   <!--
76   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="install.xml"/>
78   -->
80   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="issues.xml"/>
82   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bground.xml"/>
84   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="summary.xml"/>
86   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acks.xml"/>
88 </book>