Skip to content

Commit c14e487

Browse files
committed
add example integration
1 parent 1f7d345 commit c14e487

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ This is a set of stylesheets, templates, and code for Asciidoctor and
44
Antora rendered documentation to give it a uniform look and feel
55
befitting the quality of Boost.
66

7+
Example of integration into a doc Jamfile:
8+
```
9+
path-constant boostlook : ../../../tools/boostlook ;
10+
11+
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
17+
;
18+
```
19+
720
Noto font files are covered under the Open Font License:
821

922
https://fonts.google.com/noto/use

0 commit comments

Comments
 (0)