2008-01-06 16:47:16 +00:00
|
|
|
# Copyright 2005 Daniel James.
|
|
|
|
# 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)
|
2006-02-26 19:03:11 +00:00
|
|
|
|
2022-01-17 09:09:33 -08:00
|
|
|
import asciidoctor ;
|
2017-10-25 01:16:15 +01:00
|
|
|
|
2022-01-17 09:09:33 -08:00
|
|
|
html unordered.html : unordered.adoc ;
|
2010-06-30 12:05:36 +00:00
|
|
|
|
2022-01-17 09:09:33 -08:00
|
|
|
install html_ : unordered.html : <location>html ;
|
2010-06-30 12:05:36 +00:00
|
|
|
|
2022-01-17 09:09:33 -08:00
|
|
|
pdf unordered.pdf : unordered.adoc ;
|
|
|
|
explicit unordered.pdf ;
|
2010-06-30 12:05:36 +00:00
|
|
|
|
2022-01-17 09:09:33 -08:00
|
|
|
install pdf_ : unordered.pdf : <location>pdf ;
|
|
|
|
explicit pdf_ ;
|
2009-02-17 10:05:58 +00:00
|
|
|
|
2016-10-07 23:07:37 -05:00
|
|
|
###############################################################################
|
2022-01-17 09:09:33 -08:00
|
|
|
alias boostdoc ;
|
2016-10-07 23:07:37 -05:00
|
|
|
explicit boostdoc ;
|
2022-01-17 09:09:33 -08:00
|
|
|
alias boostrelease : html_ ;
|
2016-10-07 23:07:37 -05:00
|
|
|
explicit boostrelease ;
|