Remove use of %TEMP%, which doesn't work with bjam

Stop relying on a customized docutils; no "table" class in tables.


[SVN r38188]
This commit is contained in:
Dave Abrahams 2007-07-11 19:29:54 +00:00
parent 869853a733
commit 146f2b9bad
3 changed files with 6 additions and 6 deletions

View File

@ -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%" />

View File

@ -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%" />

View File

@ -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