Skip to content

Commit

Permalink
fix up doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jan 24, 2015
1 parent ab33d8a commit 5bb2459
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _oasis
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ Document "api"

XOCamlbuildPath: .
XOCamlbuildExtraArgs: "-docflags '-colorize-code -short-functors -charset utf-8'"
XOCamlbuildLibraries: dockerfile
XOCamlbuildLibraries: dockerfile,dockerfile.opam,dockerfile.opam-cmdliner
4 changes: 3 additions & 1 deletion api.odocl
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: e90cdf80532beb4cd84a1e34d4b59f7b)
# DO NOT EDIT (digest: 6b77e32f658b6f5de5111e0210411571)
lib/Dockerfile
lib/Dockerfile_opam
lib/Dockerfile_opam_cmdliner
# OASIS_STOP
8 changes: 4 additions & 4 deletions lib/META
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# OASIS_START
# DO NOT EDIT (digest: fc8fcd5a145f29863d62a569e23df5f1)
version = "1.0.0"
# DO NOT EDIT (digest: 3e67533df2a94750e4cdbcad1df91cc4)
version = "1.1.0"
description = "OCaml interface for generating Dockerfiles"
archive(byte) = "dockerfile.cma"
archive(byte, plugin) = "dockerfile.cma"
archive(native) = "dockerfile.cmxa"
archive(native, plugin) = "dockerfile.cmxs"
exists_if = "dockerfile.cma"
package "opam-cmdliner" (
version = "1.0.0"
version = "1.1.0"
description = "OCaml interface for generating Dockerfiles"
requires = "dockerfile dockerfile.opam cmdliner"
archive(byte) = "opam-cmdliner.cma"
Expand All @@ -19,7 +19,7 @@ package "opam-cmdliner" (
)

package "opam" (
version = "1.0.0"
version = "1.1.0"
description = "OCaml interface for generating Dockerfiles"
requires = "dockerfile"
archive(byte) = "opam.cma"
Expand Down
2 changes: 1 addition & 1 deletion mk/Makefile.github
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: gh-pages iocamljs

iocamljs-depends:
opam pin add iocamljs-kernel git://github.com/andrewray/iocamlserver#static-site
opam pin add iocaml git://github.com/andrewray/iocamlserver#static-site
opam install iocaml

gh-pages: doc iocamljs-site
Expand Down
4 changes: 2 additions & 2 deletions notebooks/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
}
],
"input": [
"print_endline (string_of_t ocaml_image)"
"print_endline (string_of_t ocaml_ubuntu_image)"
],
"metadata": {},
"cell_type": "code",
Expand All @@ -276,4 +276,4 @@
"metadata": { "name": "", "language": "ocaml" },
"nbformat": 3,
"nbformat_minor": 0
}
}
1 change: 1 addition & 0 deletions opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
opam-version: "1.2"
name: "dockerfile"
version: "1.1.0"
maintainer: "Anil Madhavapeddy <[email protected]>"
authors: "Anil Madhavapeddy <[email protected]>"
homepage: "https://github.com/avsm/ocaml-dockerfile"
Expand Down
8 changes: 4 additions & 4 deletions setup.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.4.5 *)

(* OASIS_START *)
(* DO NOT EDIT (digest: 5647180c1f05cd5b370aadb10392b4af) *)
(* DO NOT EDIT (digest: c1189f70152ef3a99fe15b7ee4669b64) *)
(*
Regenerated by OASIS v0.4.5
Visit http://oasis.forge.ocamlcore.org for more information and
Expand Down Expand Up @@ -6695,7 +6695,7 @@ let setup_t =
alpha_features = ["ocamlbuild_more_args"];
beta_features = [];
name = "dockerfile";
version = "1.0.0";
version = "1.1.0";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
Expand Down Expand Up @@ -6873,14 +6873,14 @@ let setup_t =
})
];
plugins =
[(`Extra, "META", Some "0.3"); (`Extra, "DevFiles", Some "0.3")];
[(`Extra, "META", Some "0.4"); (`Extra, "DevFiles", Some "0.4")];
disable_oasis_section = [];
schema_data = PropList.Data.create ();
plugin_data = []
};
oasis_fn = Some "_oasis";
oasis_version = "0.4.5";
oasis_digest = Some "s\130\014\031\156\137ÓÆB\024õ\158g;\0122";
oasis_digest = Some "\146ÆD\029ö¥õ\n\rÕPD§j";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false
Expand Down

0 comments on commit 5bb2459

Please sign in to comment.