Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-08-24 14:06:33


Author: jurko
Date: 2008-08-24 14:06:33 EDT (Sun, 24 Aug 2008)
New Revision: 48352
URL: http://svn.boost.org/trac/boost/changeset/48352

Log:
Replaced an unsupported <term> DocBook tag in the Boost Build tasks.xml documentation source file. Minor stylistic wording changes.
Text files modified:
   trunk/tools/build/v2/doc/src/tasks.xml | 26 +++++++++++++-------------
   1 files changed, 13 insertions(+), 13 deletions(-)

Modified: trunk/tools/build/v2/doc/src/tasks.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/tasks.xml (original)
+++ trunk/tools/build/v2/doc/src/tasks.xml 2008-08-24 14:06:33 EDT (Sun, 24 Aug 2008)
@@ -73,13 +73,13 @@
       <itemizedlist>
         <listitem>
           <para>
- <term>Built libraries</term> that get built from specified sources,
+ <code>Built libraries</code> that get built from specified sources,
             as is the one in the example above. <!-- add link -->
           </para>
         </listitem>
         <listitem>
           <para>
- <term>Prebuilt libraries</term> which already exist on the system
+ <code>Prebuilt libraries</code> which already exist on the system
             and are just supposed to be used by the build system. Such
             libraries may be searched for by the tools using them (typically
             linkers referencing the library using the <option>-l</option>
@@ -180,15 +180,15 @@
     </note>
 
     <para>
- One feature of Boost.Build that is very important for libraries is usage
- requirements. <!-- Rephrase that. But then, it is much too late for an
- introduction of usage requirements - you have already discussed them many
- times. Also, add references to the sections describing requirements and
- usage-requirements here. --> For example, imagine that you want you build
- a <code>helpers</code> library and its interface is described in its
- <code>helpers.hpp</code> header file located in the same directory as the
- <code>helpers.cpp</code> source file. Then you could add the following to
- the Jamfile located in that same directory:
+ One Boost.Build feature that is often very useful for defining library
+ targets are usage requirements. <!-- Rephrase that. But then, it is much
+ too late for an introduction of usage requirements - you have already
+ discussed them many times. Also, add references to the sections describing
+ requirements and usage-requirements here. --> For example, imagine that
+ you want you build a <code>helpers</code> library and its interface is
+ described in its <code>helpers.hpp</code> header file located in the same
+ directory as the <code>helpers.cpp</code> source file. Then you could add
+ the following to the Jamfile located in that same directory:
 <programlisting>
 lib helpers : helpers.cpp : : : &lt;include&gt;. ;
 </programlisting>
@@ -248,8 +248,8 @@
     <title>Installing</title>
 
     <para>
- This section describes various ways to install built target and
- arbitrary files.
+ This section describes various ways to install built target and arbitrary
+ files.
     </para>
 
     <bridgehead>Basic install</bridgehead>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk