|
Boost-Commit : |
From: grafikrobot_at_[hidden]
Date: 2007-09-19 00:54:34
Author: grafik
Date: 2007-09-19 00:54:30 EDT (Wed, 19 Sep 2007)
New Revision: 39385
URL: http://svn.boost.org/trac/boost/changeset/39385
Log:
Remove some outdated comments as some bugs are now fixed. Try to work around boostbook XSL.
Text files modified:
trunk/tools/jam/doc/bjam.qbk | 4 ----
trunk/tools/jam/doc/build.jam | 8 +++++---
2 files changed, 5 insertions(+), 7 deletions(-)
Modified: trunk/tools/jam/doc/bjam.qbk
==============================================================================
--- trunk/tools/jam/doc/bjam.qbk (original)
+++ trunk/tools/jam/doc/bjam.qbk 2007-09-19 00:54:30 EDT (Wed, 19 Sep 2007)
@@ -1681,12 +1681,8 @@
[section Bugs, Limitations]
-The =-j= flag can cause =bjam= to get confused when single actions update more than one target at a time. =bjam= may proceed as if the targets were built even though they are still under construction.
-
For parallel building to be successful, the dependencies among files must be properly spelled out, as targets tend to get built in a quickest-first ordering. Also, beware of un-parallelizable commands that drop fixed-named files into the current directory, like =yacc(1)= does.
-With the =-j= flag, errors from failed commands can get staggeringly mixed up.
-
A poorly set =$(JAMSHELL)= is likely to result in silent failure.
[endsect]
Modified: trunk/tools/jam/doc/build.jam
==============================================================================
--- trunk/tools/jam/doc/build.jam (original)
+++ trunk/tools/jam/doc/build.jam 2007-09-19 00:54:30 EDT (Wed, 19 Sep 2007)
@@ -13,12 +13,12 @@
:
../../../LICENSE_1_0.txt
../../../boost.png
- ../../../doc/html/boostbook.css
+ ../../../doc/src/boostbook.css
;
stage html/images
:
- [ path.glob ../../../doc/html/images : *.png ]
+ [ path.glob ../../../doc/src/images : *.png ]
;
boostbook standalone
@@ -29,8 +29,10 @@
<name>html
<dependency>html
<dependency>html/images
- <xsl:param>boost.root=.
+ <xsl:param>boost.root=
<xsl:param>nav.layout=none
+ <xsl:param>admon.graphics.path=images
+ <xsl:param>navig.graphics.path=images
;
# Copyright Rene Rivera 2005-2006. Use, modification, and distribution are
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk