summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2007-07-11 19:29:54 +0000
committerDave Abrahams <dave@boostpro.com>2007-07-11 19:29:54 +0000
commit6e0346f24e44d421a8d235557255e04d70d28bf6 (patch)
tree377c2f40f5076521002208e54a40c9985ff5f22b
parent163dc04bca712dac3430fa562476d38cc57495f5 (diff)
downloadboost-6e0346f24e44d421a8d235557255e04d70d28bf6.tar.gz
Remove use of %TEMP%, which doesn't work with bjam
Stop relying on a customized docutils; no "table" class in tables. [SVN r38188]
-rw-r--r--more/getting_started/unix-variants.html4
-rw-r--r--more/getting_started/windows.html6
-rw-r--r--more/getting_started/windows.rst2
3 files changed, 6 insertions, 6 deletions
diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html
index 5ec9d54bd3..80ad21e43f 100644
--- a/more/getting_started/unix-variants.html
+++ b/more/getting_started/unix-variants.html
@@ -316,7 +316,7 @@ following table.</p>
<a class="reference external" href="../../doc/html/jam/building.html">building bjam</a>, you should assume it won't work and instead
choose newly from the table below.</p>
</div>
-<table border="1" class="docutils table">
+<table border="1" class="docutils">
<colgroup>
<col width="18%" />
<col width="33%" />
@@ -586,7 +586,7 @@ of <tt class="docutils literal"><span class="pre">-mt</span></tt>.</dd>
interoperability with other compiled code. For each such
feature, a single letter is added to the tag:</p>
<blockquote>
-<table border="1" class="docutils table">
+<table border="1" class="docutils">
<colgroup>
<col width="6%" />
<col width="94%" />
diff --git a/more/getting_started/windows.html b/more/getting_started/windows.html
index e816a89958..ec9a9c89b4 100644
--- a/more/getting_started/windows.html
+++ b/more/getting_started/windows.html
@@ -379,7 +379,7 @@ following table.</p>
<a class="reference external" href="../../doc/html/jam/building.html">building bjam</a>, you should assume it won't work and instead
choose newly from the table below.</p>
</div>
-<table border="1" class="docutils table">
+<table border="1" class="docutils">
<colgroup>
<col width="18%" />
<col width="33%" />
@@ -493,7 +493,7 @@ bjam <strong>--build-dir=</strong><a class="reference internal" href="#id12"><em
<pre class="literal-block">
C:\WINDOWS&gt; cd <tt class="docutils literal"><span class="pre">C:\Program</span> <span class="pre">Files\boost\</span></tt><tt class="docutils literal"><span class="pre">boost_1_34_0</span></tt>
<tt class="docutils literal"><span class="pre">C:\Program</span> <span class="pre">Files\boost\</span></tt><tt class="docutils literal"><span class="pre">boost_1_34_0</span></tt>&gt; bjam <strong>^</strong>
-More? <strong>--build-dir=</strong>%TEMP%\build-boost <strong>^</strong>
+More? <strong>--build-dir=</strong>C:\temp\build-boost <strong>^</strong>
More? <strong>--toolset=</strong>msvc stage
</pre>
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
@@ -673,7 +673,7 @@ of <tt class="docutils literal"><span class="pre">-mt</span></tt>.</dd>
interoperability with other compiled code. For each such
feature, a single letter is added to the tag:</p>
<blockquote>
-<table border="1" class="docutils table">
+<table border="1" class="docutils">
<colgroup>
<col width="6%" />
<col width="94%" />
diff --git a/more/getting_started/windows.rst b/more/getting_started/windows.rst
index 07dd316332..1750a00ab9 100644
--- a/more/getting_started/windows.rst
+++ b/more/getting_started/windows.rst
@@ -201,7 +201,7 @@ For example, your session might look like this: [#continuation]_
C:\\WINDOWS> cd |default-root|
|default-root|> bjam **^**
- More? **--build-dir=**\ %TEMP%\\build-boost **^**
+ More? **--build-dir=**\ C:\\temp\\build-boost **^**
More? **--toolset=**\ msvc stage
.. include:: detail/build-from-source-tail.rst