2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00
Files
build/index.html
Dave Abrahams bf9a5bc0c3 tools/build/v2/build-system.jam: Added support for toolset
autoconfiguration, both from the command-line, with toolset=xxx or
  --toolset=xxx, and by default when no tooset is specified.

tools/build/v2/build/feature.jam: added public is-subvalue rule and
  factored out guts into local rule.

tools/build/index.html: changed redirect to point at v2 docs


[SVN r36007]
2006-11-11 22:33:15 +00:00

22 lines
567 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Copyright 2003 Rene Rivera.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="refresh" content="0; URL=v2/index.html" />
<title></title>
</head>
<body>
Automatic redirection failed, please go to <a href=
"v2/index.html">v2/index.html</a>.
</body>
</html>