diff options
author | Daniel James <daniel@calamity.org.uk> | 2011-03-25 00:28:49 +0000 |
---|---|---|
committer | Daniel James <daniel@calamity.org.uk> | 2011-03-25 00:28:49 +0000 |
commit | ce94ced897a28859d3dbdf4962aed6122ef50ba9 (patch) | |
tree | 3e585ef96b36b72ba323c56404f201178064dc15 /more | |
parent | 216a5c11cad9a7c9f1ff6b52fc4086957f761552 (diff) | |
download | boost-ce94ced897a28859d3dbdf4962aed6122ef50ba9.tar.gz |
Getting Started: Correct bootstrap script in `unix-variants.html`
[SVN r70536]
Diffstat (limited to 'more')
-rw-r--r-- | more/getting_started/detail/build-from-source-head.rst | 2 | ||||
-rw-r--r-- | more/getting_started/detail/common-unix.rst | 2 | ||||
-rw-r--r-- | more/getting_started/detail/common-windows.rst | 2 | ||||
-rw-r--r-- | more/getting_started/unix-variants.html | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/more/getting_started/detail/build-from-source-head.rst b/more/getting_started/detail/build-from-source-head.rst index 91ca059d98..2a2fb6b81f 100644 --- a/more/getting_started/detail/build-from-source-head.rst +++ b/more/getting_started/detail/build-from-source-head.rst @@ -10,7 +10,7 @@ installing software. First, you'll need to build and install it. To do this: 1. Go to the directory ``tools``\ |/|\ ``build``\ |/|\ ``v2``\ |/|. -2. Run ``bootstrap.bat`` +2. Run |bootstrap| 3. Run ``bjam install --prefix=``\ *PREFIX* where *PREFIX* is the directory where you want Boost.Build to be installed 4. Add *PREFIX*\ |/|\ ``bin`` to your PATH environment variable. diff --git a/more/getting_started/detail/common-unix.rst b/more/getting_started/detail/common-unix.rst index 09ad5d88cd..81e53e6cbb 100644 --- a/more/getting_started/detail/common-unix.rst +++ b/more/getting_started/detail/common-unix.rst @@ -24,4 +24,6 @@ .. |path| replace:: ``echo $PATH`` +.. |bootstrap| replace:: ``bootstrap.sh`` + .. include:: common.rst diff --git a/more/getting_started/detail/common-windows.rst b/more/getting_started/detail/common-windows.rst index 75ba004dea..4d23dda4c2 100644 --- a/more/getting_started/detail/common-windows.rst +++ b/more/getting_started/detail/common-windows.rst @@ -35,4 +35,6 @@ .. |path| replace:: ``PATH`` +.. |bootstrap| replace:: ``bootstrap.bat`` + .. include:: common.rst diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html index 0ed7b3e188..f67327281d 100644 --- a/more/getting_started/unix-variants.html +++ b/more/getting_started/unix-variants.html @@ -313,7 +313,7 @@ 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>Run <tt class="docutils literal">bootstrap.bat</tt></li> +<li>Run <tt class="docutils literal">bootstrap.sh</tt></li> <li>Run <tt class="docutils literal">bjam 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> <li>Add <em>PREFIX</em><tt class="docutils literal">/</tt><tt class="docutils literal">bin</tt> to your PATH environment variable.</li> |