summaryrefslogtreecommitdiff
path: root/more/getting_started.html
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2006-02-12 23:18:46 +0000
committerRene Rivera <grafikrobot@gmail.com>2006-02-12 23:18:46 +0000
commitfba23ce827f58cc4762aad4224e611a5dd93f35c (patch)
treee82087ce4b727b394a1ef7ce193090324c82ecf0 /more/getting_started.html
parentea51ae1ebf4a93773259ac0b8a592780ac18e90d (diff)
downloadboost-fba23ce827f58cc4762aad4224e611a5dd93f35c.tar.gz
Adjust Boost.Jam references to new root/tools/jam location.
[SVN r32873]
Diffstat (limited to 'more/getting_started.html')
-rw-r--r--more/getting_started.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/more/getting_started.html b/more/getting_started.html
index 2f59118bce..f73eea0c14 100644
--- a/more/getting_started.html
+++ b/more/getting_started.html
@@ -213,7 +213,7 @@
<font size="6"><b><a id="step2" name="step2"></a>2</b></font></td>
<td>The build system uses <a href=
- "../tools/build/jam_src/index.html">Boost.Jam</a>, an extension of the
+ "../tools/jam/index.html">Boost.Jam</a>, an extension of the
<a href="http://www.perforce.com/jam/jam.html">Perforce Jam</a>
portable <i>make</i> replacement. The recommended way to get Boost.Jam
if you are using a Boost distribution is to <strong><a href=
@@ -221,7 +221,7 @@
download a prebuilt executable</a></strong> from SourceForge. If a
prebuilt executable is not provided for your platform or you are using
Boost's sources in an unreleased state, it may be necessary to <a href=
- "../tools/build/jam_src/index.html#building_bjam">build <tt>bjam</tt>
+ "../doc/html/jam/building.html">build <tt>bjam</tt>
from sources</a> included in the Boost source tree. To install
Boost.Jam, copy the <tt>bjam</tt> executable to a location accessible
in your <tt>PATH</tt>.</td>
@@ -785,7 +785,7 @@
<p>There are additional options as supported by <a href=
"../tools/build/v1/build_system.htm">Boost.Build</a> and <a href=
- "../tools/build/jam_src/index.html">Boost.Jam</a>. Of the additional
+ "../tools/jam/index.html">Boost.Jam</a>. Of the additional
options perhaps the most imporant is "<tt>-s<a href=
"../tools/build/v1/build_system.htm#build">BUILD</a>=&lt;features/variants&gt;</tt>"
which lets you override what is built by default. The