mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
small change in doc/build_deps.ml
This commit is contained in:
parent
705fcff4ec
commit
f6ea8b0aa2
1 changed files with 4 additions and 1 deletions
|
|
@ -18,9 +18,12 @@ let odoc_files =
|
|||
|> Gen.to_list
|
||||
;;
|
||||
|
||||
let out = "deps.dot";;
|
||||
|
||||
let cmd =
|
||||
"ocamldoc -dot -o deps.dot " ^ String.concat " " odoc_files
|
||||
"ocamldoc -dot -o " ^ out ^ " " ^ String.concat " " odoc_files
|
||||
;;
|
||||
|
||||
print_endline ("run: " ^ cmd);;
|
||||
Unix.system cmd;;
|
||||
print_endline ("output in " ^ out);;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue