1# Copyright 2017 Peter Dimov 2# 3# Distributed under the Boost Software License, Version 1.0. 4# (See accompanying file LICENSE_1_0.txt or copy at 5# http://www.boost.org/LICENSE_1_0.txt) 6 7import asciidoctor ; 8 9html throw_exception.html : index.adoc ; 10 11install html_ : throw_exception.html : <location>html ; 12 13pdf throw_exception.pdf : index.adoc ; 14explicit throw_exception.pdf ; 15 16install pdf_ : throw_exception.pdf : <location>pdf ; 17explicit pdf_ ; 18 19############################################################################### 20alias boostdoc ; 21explicit boostdoc ; 22alias boostrelease : html_ ; 23explicit boostrelease ; 24