mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
fix doc target in opam
This commit is contained in:
parent
2007d7ad37
commit
b8260c737f
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ maintainer: "simon.cruanes.2007@m4x.org"
|
|||
build: [
|
||||
["jbuilder" "build" "-p" name "-j" jobs]
|
||||
]
|
||||
build-doc: [ "jbuilder" "doc" ]
|
||||
build-doc: [ "jbuilder" "build" "@doc" ]
|
||||
build-test: [ "jbuilder" "runtest" ]
|
||||
depends: [
|
||||
"jbuilder" {build}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue