summaryrefslogtreecommitdiff
path: root/more
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2014-08-25 19:36:39 +0400
committerDaniel James <daniel@calamity.org.uk>2014-10-22 21:12:59 +0100
commite3ebb0fabe46b9a02a1228bd9ea596ae7030f964 (patch)
tree07e48e98f45ba359f373ff088b22d83bda4dc4b3 /more
parente5e7560c4d4aecac9d0ebde863604c132520c7cd (diff)
downloadboost-e3ebb0fabe46b9a02a1228bd9ea596ae7030f964.tar.gz
Adjust getting started guide to Boost.Build location change.
Diffstat (limited to 'more')
-rw-r--r--more/getting_started/detail/build-from-source-head.rst2
-rw-r--r--more/getting_started/unix-variants.html2
-rw-r--r--more/getting_started/windows.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/more/getting_started/detail/build-from-source-head.rst b/more/getting_started/detail/build-from-source-head.rst
index 3f16e486f1..6807ab694a 100644
--- a/more/getting_started/detail/build-from-source-head.rst
+++ b/more/getting_started/detail/build-from-source-head.rst
@@ -9,7 +9,7 @@ Boost.Build_ is a text-based system for developing, testing, and
installing software. First, you'll need to build and
install it. To do this:
-1. Go to the directory ``tools``\ |/|\ ``build``\ |/|\ ``v2``\ |/|.
+1. Go to the directory ``tools``\ |/|\ ``build``\ |/|.
2. Run |bootstrap|
3. Run ``b2 install --prefix=``\ *PREFIX* where *PREFIX* is
the directory where you want Boost.Build to be installed
diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html
index ed6dd267b1..a13c20b94a 100644
--- a/more/getting_started/unix-variants.html
+++ b/more/getting_started/unix-variants.html
@@ -320,7 +320,7 @@ separately. See the <a class="reference external" href="https://svn.boost.org/t
installing software. First, you'll need to build and
install it. To do this:</p>
<ol class="arabic simple">
-<li>Go to the directory <tt class="docutils literal">tools</tt><tt class="docutils literal">/</tt><tt class="docutils literal">build</tt><tt class="docutils literal">/</tt><tt class="docutils literal">v2</tt><tt class="docutils literal">/</tt>.</li>
+<li>Go to the directory <tt class="docutils literal">tools</tt><tt class="docutils literal">/</tt><tt class="docutils literal">build</tt><tt class="docutils literal">/</tt>.</li>
<li>Run <tt class="docutils literal">bootstrap.sh</tt></li>
<li>Run <tt class="docutils literal">b2 install <span class="pre">--prefix=</span></tt><em>PREFIX</em> where <em>PREFIX</em> is
the directory where you want Boost.Build to be installed</li>
diff --git a/more/getting_started/windows.html b/more/getting_started/windows.html
index 23829f6513..b2d05979a5 100644
--- a/more/getting_started/windows.html
+++ b/more/getting_started/windows.html
@@ -379,7 +379,7 @@ separately. See the <a class="reference external" href="https://svn.boost.org/t
installing software. First, you'll need to build and
install it. To do this:</p>
<ol class="arabic simple">
-<li>Go to the directory <tt class="docutils literal">tools</tt><tt class="docutils literal">\</tt><tt class="docutils literal">build</tt><tt class="docutils literal">\</tt><tt class="docutils literal">v2</tt><tt class="docutils literal">\</tt>.</li>
+<li>Go to the directory <tt class="docutils literal">tools</tt><tt class="docutils literal">\</tt><tt class="docutils literal">build</tt><tt class="docutils literal">\</tt>.</li>
<li>Run <tt class="docutils literal">bootstrap.bat</tt></li>
<li>Run <tt class="docutils literal">b2 install <span class="pre">--prefix=</span></tt><em>PREFIX</em> where <em>PREFIX</em> is
the directory where you want Boost.Build to be installed</li>