Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53725 - trunk/tools/jam/doc
From: ghost_at_[hidden]
Date: 2009-06-07 12:30:55


Author: vladimir_prus
Date: 2009-06-07 12:30:55 EDT (Sun, 07 Jun 2009)
New Revision: 53725
URL: http://svn.boost.org/trac/boost/changeset/53725

Log:
Add warning to "Using BJam" section.

This is apparently the first hit for "bjam" search in google,
and we want to redirect users to Boost.Build docs.

Text files modified:
   trunk/tools/jam/doc/bjam.qbk | 7 +++++++
   1 files changed, 7 insertions(+), 0 deletions(-)

Modified: trunk/tools/jam/doc/bjam.qbk
==============================================================================
--- trunk/tools/jam/doc/bjam.qbk (original)
+++ trunk/tools/jam/doc/bjam.qbk 2009-06-07 12:30:55 EDT (Sun, 07 Jun 2009)
@@ -408,6 +408,13 @@
 
 [section:usage Using BJam]
 
+[warning Most probably, you are looking for
+[@http://boost.org/boost-build2/doc/html/index.html Boost.Build
+manual] or [@http://www.boost.org/boost-build2/doc/html/bbv2/advanced/invocation.html Boost.Build
+command-line syntax]. This section documents only low-level options used by
+the Boost.Jam build engine, and does not mention any high-level syntax of Boost.Build]
+
+
 If /target/ is provided on the command line, =bjam= builds /target/; otherwise =bjam= builds the target =all=.
 
 [pre


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