mirror of
https://github.com/boostorg/boostlook.git
synced 2026-01-19 04:02:14 +00:00
23 lines
541 B
Plaintext
23 lines
541 B
Plaintext
# 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 ;
|