From bd4bcbf7e889f588d1252f96b59fa097c62e7ff3 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 2 Dec 2003 10:24:19 +0000 Subject: [PATCH] Fix broken link. [SVN r21075] --- v2/boost_build_v2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/boost_build_v2.html b/v2/boost_build_v2.html index 174f8200d..0b539ffca 100644 --- a/v2/boost_build_v2.html +++ b/v2/boost_build_v2.html @@ -652,7 +652,7 @@ boost-build /path/to/boost.build ; language, and typically contains calls to functions provided by Boost.Build, which create main targets of needed type, declare project attributes and access other projects. The full list of functions provided - by Boost.Build is described below. Of course, user + by Boost.Build is described below. Of course, user can create his own functions, or it can directly access Boost.Build internals from Jamfile, if builtin facilities are not sufficient.