summaryrefslogtreecommitdiff
path: root/tools/build/v2/doc/src/standalone.xml
blob: 22ffff1ee1cf2ed55a0b8fb0cbcfb8a7859b282c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
  "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">

<book xmlns:xi="http://www.w3.org/2001/XInclude"
      id="bbv2" last-revision="$Date: 2011-01-25 10:06:12 -0800 (Tue, 25 Jan 2011) $">
  <bookinfo>
    <copyright>
      <year>2006</year>
      <year>2007</year>
      <year>2008</year>
      <year>2009</year>
      <holder>Vladimir Prus</holder>
    </copyright>

    <legalnotice>
      <para>Distributed under the Boost Software License, Version 1.0.
      (See accompanying file <filename>LICENSE_1_0.txt</filename> or copy at 
      <ulink
      url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)
      </para>
    </legalnotice>  
  </bookinfo>

  <title>Boost.Build V2 User Manual</title>

  <!-- Chapters -->
  <xi:include href="howto.xml"/>
  <xi:include href="install.xml"/>
  <xi:include href="tutorial.xml"/>
  <xi:include href="overview.xml"/>
  <xi:include href="tasks.xml"/>
  <xi:include href="reference.xml"/>
  <xi:include href="extending.xml"/>
  <xi:include href="faq.xml"/>

  <!-- Appendicies -->
<!--  <xi:include href="architecture.xml"/> -->
  <appendix id="bbv2.jam">
    <title>Boost.Jam Documentation</title>
    <xi:include href="jam_docs.xml" parse="xml" 
	xpointer="xpointer(id('jam.building')|id('jam.building')/following-sibling::*)"/>
  </appendix>    
  
  <index/>

</book>