Add asciidoc documentation

This commit is contained in:
Peter Dimov
2019-11-26 02:21:52 +02:00
parent eec2255703
commit 915a1dc49b
14 changed files with 295 additions and 413 deletions

23
doc/Jamfile Normal file
View File

@ -0,0 +1,23 @@
# Copyright 2017 Peter Dimov
#
# 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)
import asciidoctor ;
html throw_exception.html : index.adoc ;
install html_ : throw_exception.html : <location>html ;
pdf throw_exception.pdf : index.adoc ;
explicit throw_exception.pdf ;
install pdf_ : throw_exception.pdf : <location>pdf ;
explicit pdf_ ;
###############################################################################
alias boostdoc ;
explicit boostdoc ;
alias boostrelease : html_ ;
explicit boostrelease ;