mirror of
https://github.com/boostorg/exception.git
synced 2026-01-19 04:12:09 +00:00
21 lines
798 B
Plaintext
21 lines
798 B
Plaintext
# 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 : <asciidoctor-attribute>stylesheet=zajo-dark.css <asciidoctor-attribute>linkcss ;
|
|
install html_ : index.html skin.png zajo-dark.css zajo-light.css rouge-github.css : <location>html ;
|
|
|
|
pdf exception.pdf : exception.adoc : <asciidoctor-doctype>book <asciidoctor-attribute>pdf-themesdir=. <asciidoctor-attribute>pdf-theme=exception ;
|
|
install pdf_ : exception.pdf : <location>html ;
|
|
|
|
alias boostdoc ;
|
|
explicit boostdoc ;
|
|
alias boostrelease : html_ ;
|
|
explicit boostrelease ;
|