summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/asciidoctor/jamroot.jam
blob: d03788c5c89ca378076a6cdef662039ec2e3d829 (plain)
1
2
3
4
5
6
7
8
9
10
11
#|
Copyright 2017 Rene Rivera
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)
|#

html example_html : example.adoc ;
manpage example_1 : example_manpage.adoc ;
pdf example_pdf : example.adoc ;
docbook example_docbook : example.adoc ;