File tree 2 files changed +24
-7
lines changed
2 files changed +24
-7
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,9 @@ befitting the quality of Boost.
6
6
7
7
Example of integration into a doc Jamfile:
8
8
```
9
- path-constant boostlook : ../../../tools/boostlook ;
10
-
11
9
html mp11.html : mp11.adoc
12
- : <asciidoctor-attribute>stylesheet=$(boostlook)/boostlook.css
13
- <flags>"-r $(boostlook)/boostlook.rb"
14
- <dependency>$(boostlook)/boostlook.css
15
- <dependency>$(boostlook)/boostlook.rb
16
- <dependency>mp11-docinfo-footer.html
10
+ : <use>/boost/boostlook//boostlook
11
+ <dependency>mp11-docinfo-footer.html
17
12
;
18
13
```
19
14
Original file line number Diff line number Diff line change
1
+ # Copyright René Ferdinand Rivera Morell 2024
2
+ # Distributed under the Boost Software License, Version 1.0.
3
+ # (See accompanying file LICENSE_1_0.txt or copy at
4
+ # http://www.boost.org/LICENSE_1_0.txt)
5
+
6
+ require-b2 5.2 ;
7
+
8
+ project /boost/boostlook ;
9
+
10
+ path-constant here : . ;
11
+
12
+ alias boostlook
13
+ : usage-requirements
14
+ <asciidoctor-attribute>stylesheet=$(here)/boostlook.css
15
+ <flags>"-r $(here)/boostlook.rb"
16
+ <dependency>boostlook.css
17
+ <dependency>boostlook.rb
18
+ ;
19
+ explicit boostlook ;
20
+
21
+ alias all ;
22
+ explicit all ;
You can’t perform that action at this time.
0 commit comments