Skip to content

Commit

Permalink
doc: add odoc dependency and Makefile directive
Browse files Browse the repository at this point in the history
  • Loading branch information
FardaleM authored and c-cube committed Dec 24, 2019
1 parent f7aa101 commit 89b1421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ install:
test: build
@dune runtest --force --no-buffer

doc:
dune build @doc

watch:
@dune build @all -w
1 change: 1 addition & 0 deletions lwt-pipe.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"mdx" {with-test}
"qcheck" {with-test}
"qtest" {with-test}
"odoc" {with-doc}
]
tags: [ "lwt" "pipe" "stream" "blocking" ]
homepage: "https://github.com/c-cube/lwt-pipe/"
Expand Down

0 comments on commit 89b1421

Please sign in to comment.