disable doc for lwt

This commit is contained in:
Simon Cruanes 2014-02-10 16:03:56 +01:00
parent 11259c9297
commit 391ddfc8cc
3 changed files with 6 additions and 12 deletions

3
_oasis
View file

@ -79,9 +79,8 @@ Document containers
Type: ocamlbuild (0.3) Type: ocamlbuild (0.3)
BuildTools+: ocamldoc BuildTools+: ocamldoc
Install: true Install: true
Build$: flag(lwt)
XOCamlbuildPath: . XOCamlbuildPath: .
XOCamlbuildLibraries: containers,containers.lwt XOCamlbuildLibraries: containers
Executable benchs Executable benchs
Path: tests/ Path: tests/

View file

@ -1,5 +1,5 @@
# OASIS_START # OASIS_START
# DO NOT EDIT (digest: 509efa2d48f1db17047d029d9c883d07) # DO NOT EDIT (digest: 9b329c33930d547bbc92d89a6a2cec77)
Cache Cache
Deque Deque
Gen Gen
@ -38,6 +38,4 @@ Show
TTree TTree
HGraph HGraph
Automaton Automaton
Behavior
Lwt_automaton
# OASIS_STOP # OASIS_STOP

View file

@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.3.0 *) (* setup.ml generated for the first time by OASIS v0.3.0 *)
(* OASIS_START *) (* OASIS_START *)
(* DO NOT EDIT (digest: 939751db7ca9dddc45e30f49085683b0) *) (* DO NOT EDIT (digest: 04bf46092acde357dff7874e85867622) *)
(* (*
Regenerated by OASIS v0.4.1 Regenerated by OASIS v0.4.1
Visit http://oasis.forge.ocamlcore.org for more information and Visit http://oasis.forge.ocamlcore.org for more information and
@ -7042,10 +7042,7 @@ let setup_t =
doc_build = doc_build =
[ [
(OASISExpr.ENot (OASISExpr.EFlag "docs"), false); (OASISExpr.ENot (OASISExpr.EFlag "docs"), false);
(OASISExpr.EFlag "docs", false); (OASISExpr.EFlag "docs", true)
(OASISExpr.EAnd
(OASISExpr.EFlag "docs", OASISExpr.EFlag "lwt"),
true)
]; ];
doc_install = [(OASISExpr.EBool true, true)]; doc_install = [(OASISExpr.EBool true, true)];
doc_install_dir = "$docdir"; doc_install_dir = "$docdir";
@ -7217,7 +7214,7 @@ let setup_t =
}; };
oasis_fn = Some "_oasis"; oasis_fn = Some "_oasis";
oasis_version = "0.4.1"; oasis_version = "0.4.1";
oasis_digest = Some "!\199\188\179\016A\015A\130\196J\1291\159\2182"; oasis_digest = Some "6:\022\240L\020\180\171e[+\176\163\r\213\232";
oasis_exec = None; oasis_exec = None;
oasis_setup_args = []; oasis_setup_args = [];
setup_update = false setup_update = false
@ -7225,6 +7222,6 @@ let setup_t =
let setup () = BaseSetup.setup setup_t;; let setup () = BaseSetup.setup setup_t;;
# 7229 "setup.ml" # 7226 "setup.ml"
(* OASIS_STOP *) (* OASIS_STOP *)
let () = setup ();; let () = setup ();;