From f81653660ba15d21e0f6fc9db122bb9582b85bad Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 6 Jan 2016 21:06:49 +0300 Subject: [PATCH] Added a boostdoc target to unify Boost release docs building. --- doc/Jamfile.v2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 381cdb1..8e6ec45 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -51,3 +51,6 @@ boostbook standalone toc.max.depth=1 pdf:boost.url.prefix=http://www.boost.org/doc/libs/release/libs/core/doc/html ; + +alias boostdoc : standalone + : : : standalone ;