Răsfoiți Sursa

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

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


[SVN r38188]
Dave Abrahams 19 ani în urmă
părinte
comite
6e0346f24e

+ 2 - 2
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%" />

+ 3 - 3
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%" />

+ 1 - 1
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

粤ICP备19079148号