tools/boostlook/build.jam
# Copyright René Ferdinand Rivera Morell 2024
# 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)
require-b2 5.2 ;
project /boost/boostlook ;
path-constant here : . ;
alias boostlook
: usage-requirements
<asciidoctor-attribute>stylesheet=$(here)/boostlook.css
<flags>"-r $(here)/boostlook.rb"
<dependency>boostlook.css
<dependency>boostlook.rb
;
explicit boostlook ;
alias all ;
explicit all ;