Compare commits

..

1 Commits

Author SHA1 Message Date
Rene Rivera
d259f853b5 Add, and update, documentation build targets. 2016-10-10 11:39:51 -05:00

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 ;