mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 20:07:55 -04: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:
|
update-submodules:
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
|
doc:
|
||||||
|
@dune build @doc
|
||||||
|
|
||||||
|
PACKAGES=$(shell opam show . -f name)
|
||||||
|
odig-doc:
|
||||||
|
@odig odoc --cache-dir=_doc/ $(PACKAGES)
|
||||||
|
|
||||||
format:
|
format:
|
||||||
@dune build @fmt --auto-promote
|
@dune build @fmt --auto-promote
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue