Skip to content

Commit 46532c6

Browse files
committed
Fix doc build.
1 parent d9af3a4 commit 46532c6

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

tools/bergman/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
(preprocess (pps js_of_ocaml-ppx))
1616
(libraries bergmanlib js_of_ocaml)
1717
(modules bergmanjs)
18+
(preprocessor_deps index.html bergman.css)
1819
)
1920

2021
(executable

tools/kb/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
(modes js)
88
(preprocess (pps js_of_ocaml-ppx))
99
(libraries alg js_of_ocaml)
10+
(preprocessor_deps index.html kb.css)
1011
)

tools/rewr2/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
(modes js)
44
(preprocess (pps js_of_ocaml-ppx))
55
(libraries alg str js_of_ocaml)
6+
(preprocessor_deps index.html)
67
)

0 commit comments

Comments
 (0)