From 44dcb1cbad92903d04f07a8d3d5aa60c6de8259c Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Wed, 14 Jul 2004 23:52:17 +0000 Subject: string_algo library added to the boost-book build [SVN r23567] --- doc/Jamfile.v2 | 7 +++++-- doc/src/boost.xml | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index c557b8dbf9..2ab840ca0a 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -5,6 +5,9 @@ import boostbook : boostbook ; # main target, which is necessary to correctly build # documentation boostbook doc : src/boost.xml - : ../libs/program_options/doc//autodoc.xml - ../libs/logic/doc//reference.xml + : + ../libs/program_options/doc//autodoc.xml + ../libs/algorithm/string/doc//autodoc.xml + ../libs/logic/doc//reference.xml + ; diff --git a/doc/src/boost.xml b/doc/src/boost.xml index 6271bd0a20..ef0364efa2 100644 --- a/doc/src/boost.xml +++ b/doc/src/boost.xml @@ -659,6 +659,8 @@ + + -- cgit v1.2.1