From 146f2b9badd5ff09625ba3a219edf0e67848fe02 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 11 Jul 2007 19:29:54 +0000 Subject: [PATCH] Remove use of %TEMP%, which doesn't work with bjam Stop relying on a customized docutils; no "table" class in tables. [SVN r38188] --- getting_started/unix-variants.html | 4 ++-- getting_started/windows.html | 6 +++--- getting_started/windows.rst | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/getting_started/unix-variants.html b/getting_started/unix-variants.html index 5ec9d54..80ad21e 100644 --- a/getting_started/unix-variants.html +++ b/getting_started/unix-variants.html @@ -316,7 +316,7 @@ following table.

building bjam, you should assume it won't work and instead choose newly from the table below.

- +
@@ -586,7 +586,7 @@ of -mt. interoperability with other compiled code. For each such feature, a single letter is added to the tag:

-
+
diff --git a/getting_started/windows.html b/getting_started/windows.html index e816a89..ec9a9c8 100644 --- a/getting_started/windows.html +++ b/getting_started/windows.html @@ -379,7 +379,7 @@ following table.

building bjam, you should assume it won't work and instead choose newly from the table below.

-
+
@@ -493,7 +493,7 @@ bjam --build-dir= C:\WINDOWS> cd C:\Program Files\boost\boost_1_34_0 C:\Program Files\boost\boost_1_34_0> bjam ^ -More? --build-dir=%TEMP%\build-boost ^ +More? --build-dir=C:\temp\build-boost ^ More? --toolset=msvc stage @@ -673,7 +673,7 @@ of -mt. interoperability with other compiled code. For each such feature, a single letter is added to the tag:

-
+
diff --git a/getting_started/windows.rst b/getting_started/windows.rst index 07dd316..1750a00 100644 --- a/getting_started/windows.rst +++ b/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