refactor documentation to use asciidoc

This commit is contained in:
Christian Mazakas
2024-12-18 15:31:13 -08:00
parent 22b8eebc3c
commit 99c3a4b966
9 changed files with 574 additions and 652 deletions

View File

@ -1,19 +1,16 @@
#~ Copyright Marshall Clow 2013
#~ Copyright Christian Mazakas 2024
#~ 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)
using boostbook ;
import asciidoctor ;
boostbook standalone
: array.xml
: <xsl:param>boost.root=../../../.. ;
html array.html : array.adoc ;
###############################################################################
alias boostdoc
: array.xml
:
:
: ;
explicit boostdoc ;
alias boostrelease ;
explicit boostrelease ;
install html_ : array.html : <location>html ;
pdf array.pdf : array.adoc ;
explicit array.pdf ;
install pdf_ : array.pdf : <location>pdf ;
explicit pdf_ ;