From 1b292ee4876d210fdcd06dee8a7623950e4986ba Mon Sep 17 00:00:00 2001 From: Ronald Garcia Date: Tue, 22 Jul 2008 14:58:14 +0000 Subject: [PATCH] For building the ref docs stand-alone. [SVN r47690] --- doc/Jamfile.v2 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/Jamfile.v2 diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 new file mode 100644 index 0000000..98582fa --- /dev/null +++ b/doc/Jamfile.v2 @@ -0,0 +1,10 @@ +# Copyright (c) 2002 Douglas Gregor + +# 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) +project boost/doc ; +import boostbook : boostbook ; + +boostbook ref-doc : ref.xml ; +