Update of /cvsroot/boost/boost/more/getting_started
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9423

Modified Files:
      Tag: RC_1_34_0
        unix-variants.html windows.html windows.rst 
Log Message:
Remove use of %TEMP%, which doesn't work with bjam

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


Index: unix-variants.html
===================================================================
RCS file: /cvsroot/boost/boost/more/getting_started/unix-variants.html,v
retrieving revision 1.4.2.5
retrieving revision 1.4.2.6
diff -u -d -r1.4.2.5 -r1.4.2.6
--- unix-variants.html  9 Jun 2007 03:41:50 -0000       1.4.2.5
+++ unix-variants.html  11 Jul 2007 19:29:54 -0000      1.4.2.6
@@ -316,7 +316,7 @@
 <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 @@
 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%" />

Index: windows.html
===================================================================
RCS file: /cvsroot/boost/boost/more/getting_started/windows.html,v
retrieving revision 1.4.2.5
retrieving revision 1.4.2.6
diff -u -d -r1.4.2.5 -r1.4.2.6
--- windows.html        9 Jun 2007 03:41:50 -0000       1.4.2.5
+++ windows.html        11 Jul 2007 19:29:54 -0000      1.4.2.6
@@ -379,7 +379,7 @@
 <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 @@
 <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 @@
 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%" />

Index: windows.rst
===================================================================
RCS file: /cvsroot/boost/boost/more/getting_started/windows.rst,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -d -r1.2.2.3 -r1.2.2.4
--- windows.rst 9 Jun 2007 03:41:50 -0000       1.2.2.3
+++ windows.rst 11 Jul 2007 19:29:54 -0000      1.2.2.4
@@ -201,7 +201,7 @@
 
    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


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to