Add, and update, documentation build targets.

This commit is contained in:
Rene Rivera 2016-10-07 23:07:35 -05:00
parent fcfb551a1c
commit 83c3738519

15
doc/build.jam Normal file
View File

@ -0,0 +1,15 @@
# Copyright (c) 2016 Rene Rivera
#
# 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)
###############################################################################
alias boostdoc
: xml/bbref.xml
:
:
: ;
explicit boostdoc ;
alias boostrelease ;
explicit boostrelease ;