mirror of
https://github.com/boostorg/more.git
synced 2024-12-26 23:30:29 +08:00
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:
parent
869853a733
commit
146f2b9bad
@ -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%" />
|
||||
|
@ -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> 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>> 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%" />
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user