#~ 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) import asciidoctor ; html array.html : array.adoc ; install html_ : array.html : html ; pdf array.pdf : array.adoc ; explicit array.pdf ; install pdf_ : array.pdf : pdf ; explicit pdf_ ; ############################################################################### alias boostdoc ; explicit boostdoc ; alias boostrelease : html_ ; explicit boostrelease ;