Imported Upstream version 1.57.0
[platform/upstream/boost.git] / tools / build / doc / src / standalone.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE book PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
3   "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
4
5 <book xmlns:xi="http://www.w3.org/2001/XInclude"
6       id="bbv2" last-revision="$Date$">
7   <bookinfo>
8     <copyright>
9       <year>2006</year>
10       <year>2007</year>
11       <year>2008</year>
12       <year>2009</year>
13       <year>2014</year>
14       <holder>Vladimir Prus</holder>
15     </copyright>
16
17     <legalnotice>
18       <para>Distributed under the Boost Software License, Version 1.0.
19       (See accompanying file <filename>LICENSE_1_0.txt</filename> or copy at 
20       <ulink
21       url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)
22       </para>
23     </legalnotice>  
24   </bookinfo>
25
26   <title>Boost.Build V2 User Manual</title>
27
28   <!-- Chapters -->
29   <xi:include href="howto.xml"/>
30   <xi:include href="install.xml"/>
31   <xi:include href="tutorial.xml"/>
32   <xi:include href="overview.xml"/>
33   <xi:include href="tasks.xml"/>
34   <xi:include href="reference.xml"/>
35   <xi:include href="extending.xml"/>
36   <xi:include href="faq.xml"/>
37
38   <!-- Appendicies -->
39 <!--  <xi:include href="architecture.xml"/> -->
40   <appendix id="bbv2.jam">
41     <title>Boost.Jam Documentation</title>
42     <xi:include href="jam_docs.xml" parse="xml" 
43         xpointer="xpointer(id('jam.building')|id('jam.building')/following-sibling::*)"/>
44   </appendix>    
45   
46   <index/>
47
48 </book>