mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
chore: update makefile to add doc targets
This commit is contained in:
parent
09e4620603
commit
03c687b8b3
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
|
@ -16,6 +16,13 @@ protoc-gen:
|
|||
update-submodules:
|
||||
git submodule update --init
|
||||
|
||||
doc:
|
||||
@dune build @doc
|
||||
|
||||
PACKAGES=$(shell opam show . -f name)
|
||||
odig-doc:
|
||||
@odig odoc --cache-dir=_doc/ $(PACKAGES)
|
||||
|
||||
format:
|
||||
@dune build @fmt --auto-promote
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue