From 382857c1f8eeeaebfeb58bf654ee74a97476fece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sun, 24 Aug 2008 18:06:33 +0000 Subject: [PATCH] Replaced an unsupported DocBook tag in the Boost Build tasks.xml documentation source file. Minor stylistic wording changes. [SVN r48352] --- doc/src/tasks.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/src/tasks.xml b/doc/src/tasks.xml index c4032bd7c..6ae6f4c58 100644 --- a/doc/src/tasks.xml +++ b/doc/src/tasks.xml @@ -73,13 +73,13 @@ lib helpers : helpers.cpp ; - Built libraries that get built from specified sources, + Built libraries that get built from specified sources, as is the one in the example above. - Prebuilt libraries which already exist on the system + Prebuilt libraries 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 @@ -180,15 +180,15 @@ lib a : a.cpp : <use>b : : <library>b ; - One feature of Boost.Build that is very important for libraries is usage - requirements. For example, imagine that you want you build - a helpers library and its interface is described in its - helpers.hpp header file located in the same directory as the - helpers.cpp 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. For example, imagine that + you want you build a helpers library and its interface is + described in its helpers.hpp header file located in the same + directory as the helpers.cpp source file. Then you could add + the following to the Jamfile located in that same directory: lib helpers : helpers.cpp : : : <include>. ; @@ -248,8 +248,8 @@ exe main : main.cpp static_libraries ; Installing - This section describes various ways to install built target and - arbitrary files. + This section describes various ways to install built target and arbitrary + files. Basic install