1# Copyright 2017 Peter Dimov 2# Copyright 2018-2020 Emil Dotchevski 3# 4# Distributed under the Boost Software License, Version 1.0. 5# (See accompanying file LICENSE_1_0.txt or copy at 6# http://www.boost.org/LICENSE_1_0.txt) 7 8project doc/qvm ; 9import asciidoctor ; 10 11html index.html : qvm.adoc : <asciidoctor-attribute>stylesheet=zajo-dark.css <asciidoctor-attribute>linkcss ; 12install html_ : index.html skin.png zajo-dark.css zajo-light.css : <location>out ; 13 14pdf qvm.pdf : qvm.adoc : <asciidoctor-doctype>book <asciidoctor-attribute>pdf-themesdir=doc <asciidoctor-attribute>pdf-theme=qvm ; 15install pdf_ : qvm.pdf : <location>out ; 16 17alias boostdoc ; 18explicit boostdoc ; 19alias boostrelease : html_ ; 20explicit boostrelease ; 21