File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -273,9 +273,15 @@ docs/res/%.tex.png: docs/res/%.tex.pdf
273273
274274doc_diagrams : $(addsuffix .png,$(wildcard docs/res/* .tex) $(wildcard docs/res/* .dot) )
275275
276+ # #######################################
277+ # Generate odoc documentation
278+
279+ ml-docs :
280+ cd src; $(WRAPSRC ) dune build --profile=$(DUNE_PROFILE ) @doc
281+
276282# #######################################
277283# To avoid unintended conflicts with file names, always add to .PHONY
278284# unless there is a reason not to.
279285# https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
280286# HACK: cat Makefile | egrep '^\w.*' | sed 's/:/ /' | awk '{print $1}' | grep -v myprocs | sort | xargs
281- .PHONY : all base-docker base-googlecloud base-minikube build check-format ci-base-docker clean codaslim containerstart deb dev codabuilder kademlia coda-docker coda-googlecloud coda-minikube ocaml407-googlecloud pull-ocaml407-googlecloud reformat test test-all test-coda-block-production-sig test-coda-block-production-stake test-codapeers-sig test-codapeers-stake test-full-sig test-full-stake test-runtest test-transaction-snark-profiler-sig test-transaction-snark-profiler-stake update-deps render-circleci check-render-circleci docker-toolchain-rust toolchains doc_diagrams
287+ .PHONY : all base-docker base-googlecloud base-minikube build check-format ci-base-docker clean codaslim containerstart deb dev codabuilder kademlia coda-docker coda-googlecloud coda-minikube ocaml407-googlecloud pull-ocaml407-googlecloud reformat test test-all test-coda-block-production-sig test-coda-block-production-stake test-codapeers-sig test-codapeers-stake test-full-sig test-full-stake test-runtest test-transaction-snark-profiler-sig test-transaction-snark-profiler-stake update-deps render-circleci check-render-circleci docker-toolchain-rust toolchains doc_diagrams ml-docs
You can’t perform that action at this time.
0 commit comments