Skip to content

Commit 58f528b

Browse files
authored
Merge pull request #747 from cppalliance/develop
Merge to master for v2.4.0
2 parents 04ca6f3 + 6bdf768 commit 58f528b

30 files changed

+2899
-929
lines changed

build.jam

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Copyright René Ferdinand Rivera Morell 2023-2024
2+
# Copyright Matt Borland 2024
3+
# Distributed under the Boost Software License, Version 1.0.
4+
# (See accompanying file LICENSE_1_0.txt or copy at
5+
# http://www.boost.org/LICENSE_1_0.txt)
6+
7+
require-b2 5.2 ;
8+
9+
project /boost/decimal
10+
: common-requirements
11+
<include>include
12+
;
13+
14+
explicit
15+
[ alias boost_core ]
16+
[ alias all : boost_decimal test ]
17+
;
18+
19+
call-if : boost-library decimal
20+
;

doc/Jamfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Copyright 2017, 2018 Peter Dimov
2+
# Copyright 2024 Matt Borland
23
# Distributed under the Boost Software License, Version 1.0.
34
# https://www.boost.org/LICENSE_1_0.txt
45

56
import asciidoctor ;
67

7-
html decimal.html : decimal.adoc ;
8+
html decimal.html : decimal.adoc
9+
: <use>/boost/boostlook//boostlook
10+
<dependency>decimal-docinfo-footer.html
11+
;
812

913
install html_ : decimal.html : <location>html ;
1014

0 commit comments

Comments
 (0)