$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: chris_at_[hidden]
Date: 2008-02-19 02:31:41
Author: chris_kohlhoff
Date: 2008-02-19 02:31:40 EST (Tue, 19 Feb 2008)
New Revision: 43313
URL: http://svn.boost.org/trac/boost/changeset/43313
Log:
Ensure that the asio docs are generated.
Added:
   branches/release/doc/html/boost_asio.html   (contents, props changed)
Text files modified: 
   branches/release/doc/Jamfile.v2           |     1 +                                       
   branches/release/doc/src/boost.xml        |    12 ++++++++++++                            
   branches/release/libs/asio/doc/Jamfile.v2 |    34 +++++++++++++++++++++++++++++++---      
   branches/release/libs/asio/index.html     |    32 ++++++++++++++++++++------------        
   4 files changed, 64 insertions(+), 15 deletions(-)
Modified: branches/release/doc/Jamfile.v2
==============================================================================
--- branches/release/doc/Jamfile.v2	(original)
+++ branches/release/doc/Jamfile.v2	2008-02-19 02:31:40 EST (Tue, 19 Feb 2008)
@@ -36,6 +36,7 @@
     <dependency>../libs/interprocess/doc//interprocess
     <dependency>../libs/intrusive/doc//autodoc.xml
     <dependency>../libs/intrusive/doc//intrusive
+    <dependency>../libs/asio/doc//asio
 
     ## Add path references to the QuickBook generated docs...
 
Added: branches/release/doc/html/boost_asio.html
==============================================================================
--- (empty file)
+++ branches/release/doc/html/boost_asio.html	2008-02-19 02:31:40 EST (Tue, 19 Feb 2008)
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+  <!-- Copyright (C) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+
+      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) -->
+    <title>Redirect to generated documentation</title>
+    <meta http-equiv="refresh" content="0; URL=http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/boost_asio.html">
+  </head>
+  <body>
+    Automatic redirection failed, please go to
+    http://www.boost.org/regression-logs/cs-win32_metacomm/doc/html/boost_asio.html
+  </body>
+</html>
+
Modified: branches/release/doc/src/boost.xml
==============================================================================
--- branches/release/doc/src/boost.xml	(original)
+++ branches/release/doc/src/boost.xml	2008-02-19 02:31:40 EST (Tue, 19 Feb 2008)
@@ -52,6 +52,18 @@
     <xi:include href="../../libs/any/doc/any.xml"/>
     <xi:include href="../../libs/array/doc/array.xml"/>
 
+   <library name="Asio" dirname="asio" html-only="1">
+     <libraryinfo>
+       <author>
+         <firstname>Christopher</firstname>
+         <surname>Kohlhoff</surname>
+       </author>
+
+       <librarypurpose>Portable networking, including sockets, timers, hostname resolution and socket iostreams.</librarypurpose>
+       <librarycategory name="category:io"/>
+     </libraryinfo>
+   </library>
+
    <library name="Bind" dirname="bind" html-only="1">
      <libraryinfo>
        <author>
Modified: branches/release/libs/asio/doc/Jamfile.v2
==============================================================================
--- branches/release/libs/asio/doc/Jamfile.v2	(original)
+++ branches/release/libs/asio/doc/Jamfile.v2	2008-02-19 02:31:40 EST (Tue, 19 Feb 2008)
@@ -7,14 +7,17 @@
 
 using quickbook ;
 
-xml asio
+########################################################################
+# Standalone HTML documentation
+
+xml standalone_doc
   :
     asio.qbk
   ;
 
 boostbook standalone
   :
-    asio
+    standalone_doc
   :
     <xsl:param>boost.root=../../../..
     <xsl:param>boost.libraries=../../../../libs/libraries.htm
@@ -28,9 +31,34 @@
     <xsl:param>generate.toc="chapter nop section nop"
   ;
 
-
 install html
   :
     /boost//doc/html/boostbook.css
     design/proactor.png
   ;
+
+########################################################################
+# HTML documentation for $(BOOST_ROOT)/doc/html
+
+xml asio_doc
+  :
+    asio.qbk
+  ;
+
+explicit asio_doc ;
+
+boostbook asio
+  :
+    asio_doc
+  :
+    <xsl:param>chapter.autolabel=0
+    <xsl:param>chunk.section.depth=8
+    <xsl:param>chunk.first.sections=1
+    <xsl:param>toc.section.depth=2
+    <xsl:param>toc.max.depth=1
+    <xsl:param>generate.section.toc.level=1
+    <xsl:param>generate.toc="chapter nop section nop"
+    <xsl:param>root.filename=boost_asio
+  ;
+
+explicit asio ;
Modified: branches/release/libs/asio/index.html
==============================================================================
--- branches/release/libs/asio/index.html	(original)
+++ branches/release/libs/asio/index.html	2008-02-19 02:31:40 EST (Tue, 19 Feb 2008)
@@ -1,13 +1,21 @@
 <html>
-<head>
-<meta http-equiv="refresh" content="0; URL=doc/html/index.html">
-</head>
-<body>
-Automatic redirection failed, please go to
-doc/html/index.html  <hr>
-<p>© Copyright Beman Dawes, 2001</p>
-<p>Distributed under the Boost Software License, Version 1.0. (See accompanying 
-file LICENSE_1_0.txt or copy 
-at www.boost.org/LICENSE_1_0.txt)</p>
-</body>
-</html>
\ No newline at end of file
+  <head>
+    <title>Boost.Asio</title>
+    <meta http-equiv="refresh" content="0; URL=../../doc/html/boost_asio.html"/>
+  </head>
+  <body>
+    <p>
+      Automatic redirection failed, please go to
+      ../../doc/html/boost_asio.html
+    </p>
+    <hr/>
+    <p>
+      Copyright (c) 2008 Christopher M. Kohlhoff
+    </p>
+    <p>
+      Distributed under the Boost Software License, Version 1.0. (See accompanying
+      file LICENSE_1_0.txt or copy at
+      www.boost.org/LICENSE_1_0.txt)
+    </p>
+  </body>
+</html>