2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Convert 'how to use this document' into 'dedication' element.

This makes the content appear in the top 'index.html' element,
and disappear form TOC. I could not find another way - disabling
chunking for the first section would almost work, but would retain
it in TOC.
This commit is contained in:
Vladimir Prus
2014-12-07 21:18:06 +03:00
parent d268890d26
commit e4e54c3f77
4 changed files with 25 additions and 51 deletions

View File

@@ -2,33 +2,43 @@
<!DOCTYPE chapter PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
<chapter id="bbv2.howto">
<dedication id="bbv2.howto">
<title>How to use this document</title>
<para>
If you've just found out about Boost.Build V2 and want to know
if it will work for you, start with <xref linkend=
"bbv2.tutorial" />. You can continue with <xref
linkend="bbv2.overview" />. When you're ready to try Boost.Build
Want to learn about Boost.Build features? Start with <xref linkend=
"bbv2.tutorial"/> and continue with <xref
linkend="bbv2.overview"/>. When you're ready to try Boost.Build
in practice, go to <xref linkend="bbv2.installation"/>.
</para>
<para>
If you are about to use Boost.Build on your project, or already
using it and have a problem, look at <xref linkend=
"bbv2.overview"/>.
Building a project with Boost.Build? See <xref
linkend="bbv2.installation"/> and
then read <xref linkend="bbv2.overview.invocation"/>.
</para>
<para>
If you're trying to build a project which uses Boost.Build,
see <xref linkend="bbv2.installation"/> and then read about
<xref linkend="bbv2.overview.invocation"/>.
Setting up Boost.Build on your project? Take a look at <xref
linkend="bbv2.overview"/> and <xref linkend="bbv2.extender"/>.
</para>
<para>
If you have questions, please post them to our mailing list (<ulink
If there's anything you find unclear in this documentation, report the
problem directly in the <ulink
url="https://github.com/boostorg/build/issues">issue tracker</ulink>.
For more general questions, please post them to our mailing list (<ulink
url="http://boost.org/more/mailing_lists.htm#jamboost"/>). The mailing list is
also mirrored to the newsgroup <ulink url="news://news.gmane.org/gmane.comp.lib.boost.build"/>.
</para>
</chapter>
<para role="copyright">
Copyright 2006, 2014 <ulink url="http://vladimirprus.com">Vladimir
Prus</ulink>. 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>
</dedication>

View File

@@ -4,24 +4,6 @@
<book xmlns:xi="http://www.w3.org/2001/XInclude"
id="bbv2" last-revision="$Date$">
<bookinfo>
<copyright>
<year>2006</year>
<year>2007</year>
<year>2008</year>
<year>2009</year>
<year>2014</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 User Manual</title>

View File

@@ -17,8 +17,8 @@
-->
<para>
This section will guide you though the most basic features of Boost.Build
V2. We will start with the &#x201C;Hello, world&#x201D; example, learn how
This section will guide you though the most basic features of Boost.Build.
We will start with the &#x201C;Hello, world&#x201D; example, learn how
to use libraries, and finish with testing and installing features.
</para>

View File

@@ -4,24 +4,6 @@
<part xmlns:xi="http://www.w3.org/2001/XInclude"
id="bbv2" last-revision="$Date$">
<partinfo>
<copyright>
<year>2006</year>
<year>2007</year>
<year>2008</year>
<year>2009</year>
<year>2014</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>
</partinfo>
<title>Boost.Build User Manual</title>