From c28a700a00e9644602f2bf73ba9c33e7c73da984 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 28 Jul 2017 16:26:17 -0700 Subject: [PATCH] Output to integrated documentation --- CHANGELOG.md | 1 + doc/Jamfile | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c87180c..12c05c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Version 90: * Fix websocket read of zero length message * Fix typo in equal_range +* Output to integrated documentation -------------------------------------------------------------------------------- diff --git a/doc/Jamfile b/doc/Jamfile index 41621c98..907b31ef 100644 --- a/doc/Jamfile +++ b/doc/Jamfile @@ -182,17 +182,14 @@ boostbook beast images ; - #------------------------------------------------------------------------------- # # These are used to inform the build system of the # means to build the integrated and stand-alone docs. # -alias boostdoc : beast : : : ; - +alias boostdoc : beast_doc ; explicit boostdoc ; alias boostrelease ; - explicit boostrelease ;