mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-09 20:55:31 -05:00
only build doc if all the required flags are enabled
This commit is contained in:
parent
2efbc8d56b
commit
d534d4c50e
2 changed files with 18 additions and 4 deletions
1
_oasis
1
_oasis
|
|
@ -147,6 +147,7 @@ Document containers
|
||||||
Title: Containers docs
|
Title: Containers docs
|
||||||
Type: ocamlbuild (0.3)
|
Type: ocamlbuild (0.3)
|
||||||
BuildTools+: ocamldoc
|
BuildTools+: ocamldoc
|
||||||
|
Build$: flag(docs) && flag(advanced) && flag(bigarray) && flag(lwt) && flag(misc)
|
||||||
Install: true
|
Install: true
|
||||||
XOCamlbuildPath: .
|
XOCamlbuildPath: .
|
||||||
XOCamlbuildExtraArgs:
|
XOCamlbuildExtraArgs:
|
||||||
|
|
|
||||||
21
setup.ml
21
setup.ml
|
|
@ -1,7 +1,7 @@
|
||||||
(* setup.ml generated for the first time by OASIS v0.4.4 *)
|
(* setup.ml generated for the first time by OASIS v0.4.4 *)
|
||||||
|
|
||||||
(* OASIS_START *)
|
(* OASIS_START *)
|
||||||
(* DO NOT EDIT (digest: e891037c225152a20947db1a246bbac5) *)
|
(* DO NOT EDIT (digest: 1120337572e20c54a97b25f4177fdbd2) *)
|
||||||
(*
|
(*
|
||||||
Regenerated by OASIS v0.4.5
|
Regenerated by OASIS v0.4.5
|
||||||
Visit http://oasis.forge.ocamlcore.org for more information and
|
Visit http://oasis.forge.ocamlcore.org for more information and
|
||||||
|
|
@ -7492,7 +7492,19 @@ let setup_t =
|
||||||
doc_build =
|
doc_build =
|
||||||
[
|
[
|
||||||
(OASISExpr.ENot (OASISExpr.EFlag "docs"), false);
|
(OASISExpr.ENot (OASISExpr.EFlag "docs"), false);
|
||||||
(OASISExpr.EFlag "docs", true)
|
(OASISExpr.EFlag "docs", false);
|
||||||
|
(OASISExpr.EAnd
|
||||||
|
(OASISExpr.EFlag "docs",
|
||||||
|
OASISExpr.EAnd
|
||||||
|
(OASISExpr.EFlag "docs",
|
||||||
|
OASISExpr.EAnd
|
||||||
|
(OASISExpr.EFlag "advanced",
|
||||||
|
OASISExpr.EAnd
|
||||||
|
(OASISExpr.EFlag "bigarray",
|
||||||
|
OASISExpr.EAnd
|
||||||
|
(OASISExpr.EFlag "lwt",
|
||||||
|
OASISExpr.EFlag "misc"))))),
|
||||||
|
true)
|
||||||
];
|
];
|
||||||
doc_install = [(OASISExpr.EBool true, true)];
|
doc_install = [(OASISExpr.EBool true, true)];
|
||||||
doc_install_dir = "$docdir";
|
doc_install_dir = "$docdir";
|
||||||
|
|
@ -7906,7 +7918,8 @@ let setup_t =
|
||||||
};
|
};
|
||||||
oasis_fn = Some "_oasis";
|
oasis_fn = Some "_oasis";
|
||||||
oasis_version = "0.4.5";
|
oasis_version = "0.4.5";
|
||||||
oasis_digest = Some "\1605\244ig\016\132\177^\002\249\198\135@\146\016";
|
oasis_digest =
|
||||||
|
Some "\156\209d\248\134\018\131\144\025\179GO|\004\208\024";
|
||||||
oasis_exec = None;
|
oasis_exec = None;
|
||||||
oasis_setup_args = [];
|
oasis_setup_args = [];
|
||||||
setup_update = false
|
setup_update = false
|
||||||
|
|
@ -7914,6 +7927,6 @@ let setup_t =
|
||||||
|
|
||||||
let setup () = BaseSetup.setup setup_t;;
|
let setup () = BaseSetup.setup setup_t;;
|
||||||
|
|
||||||
# 7918 "setup.ml"
|
# 7931 "setup.ml"
|
||||||
(* OASIS_STOP *)
|
(* OASIS_STOP *)
|
||||||
let () = setup ();;
|
let () = setup ();;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue