mirror of
https://github.com/boostorg/more.git
synced 2024-12-27 23:40:13 +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
|
<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>
|
choose newly from the table below.</p>
|
||||||
</div>
|
</div>
|
||||||
<table border="1" class="docutils table">
|
<table border="1" class="docutils">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="18%" />
|
<col width="18%" />
|
||||||
<col width="33%" />
|
<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
|
interoperability with other compiled code. For each such
|
||||||
feature, a single letter is added to the tag:</p>
|
feature, a single letter is added to the tag:</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<table border="1" class="docutils table">
|
<table border="1" class="docutils">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="6%" />
|
<col width="6%" />
|
||||||
<col width="94%" />
|
<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
|
<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>
|
choose newly from the table below.</p>
|
||||||
</div>
|
</div>
|
||||||
<table border="1" class="docutils table">
|
<table border="1" class="docutils">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="18%" />
|
<col width="18%" />
|
||||||
<col width="33%" />
|
<col width="33%" />
|
||||||
@ -493,7 +493,7 @@ bjam <strong>--build-dir=</strong><a class="reference internal" href="#id12"><em
|
|||||||
<pre class="literal-block">
|
<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>
|
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>
|
<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
|
More? <strong>--toolset=</strong>msvc stage
|
||||||
</pre>
|
</pre>
|
||||||
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
|
<!-- 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
|
interoperability with other compiled code. For each such
|
||||||
feature, a single letter is added to the tag:</p>
|
feature, a single letter is added to the tag:</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<table border="1" class="docutils table">
|
<table border="1" class="docutils">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="6%" />
|
<col width="6%" />
|
||||||
<col width="94%" />
|
<col width="94%" />
|
||||||
|
@ -201,7 +201,7 @@ For example, your session might look like this: [#continuation]_
|
|||||||
|
|
||||||
C:\\WINDOWS> cd |default-root|
|
C:\\WINDOWS> cd |default-root|
|
||||||
|default-root|> bjam **^**
|
|default-root|> bjam **^**
|
||||||
More? **--build-dir=**\ %TEMP%\\build-boost **^**
|
More? **--build-dir=**\ C:\\temp\\build-boost **^**
|
||||||
More? **--toolset=**\ msvc stage
|
More? **--toolset=**\ msvc stage
|
||||||
|
|
||||||
.. include:: detail/build-from-source-tail.rst
|
.. include:: detail/build-from-source-tail.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user