|
Boost-Commit : |
From: jurko.gospodnetic_at_[hidden]
Date: 2008-06-08 14:09:13
Author: jurko
Date: 2008-06-08 14:09:13 EDT (Sun, 08 Jun 2008)
New Revision: 46252
URL: http://svn.boost.org/trac/boost/changeset/46252
Log:
Corrected two XML structure errors in the Boost Build tutorial.xml documentation file.
Text files modified:
trunk/tools/build/v2/doc/src/tutorial.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/tools/build/v2/doc/src/tutorial.xml
==============================================================================
--- trunk/tools/build/v2/doc/src/tutorial.xml (original)
+++ trunk/tools/build/v2/doc/src/tutorial.xml 2008-06-08 14:09:13 EDT (Sun, 08 Jun 2008)
@@ -409,7 +409,7 @@
<para>
Second, we modify <filename>app/Jamfile</filename> to use the project id:
<programlisting>
-exe app : app.cpp /library-example/foo//bar ;<programlisting>
+exe app : app.cpp /library-example/foo//bar ;</programlisting>
The <filename>/library-example/foo//bar</filename> syntax is used to refer
to the target <filename>bar</filename> in the project with id <filename>
@@ -458,7 +458,7 @@
<literal>shared</literal>, and to build a static library, the value should
be <literal>static</literal>. You can request a static build either on the
command line:
- <programlisting>bjam link=static<programlisting>
+ <programlisting>bjam link=static</programlisting>
or in the library's requirements:
<programlisting>lib l : l.cpp : <link>static ;</programlisting>
</para>
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