# Copyright 2006-2026 Emil Dotchevski and Reverge Studios, Inc. # 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) project doc/exception ; using asciidoctor ; html index.html : exception.adoc : stylesheet=zajo-dark.css linkcss ; install html_ : index.html skin.png zajo-dark.css zajo-light.css rouge-github.css : html ; pdf exception.pdf : exception.adoc : book pdf-themesdir=. pdf-theme=exception ; install pdf_ : exception.pdf : html ; alias boostdoc ; explicit boostdoc ; alias boostrelease : html_ ; explicit boostrelease ;