Browse Source

[all] forgot to update install.ml
as usual

Caue Waneck 12 years ago
parent
commit
d4ce9d0450
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/install.ml

+ 1 - 1
doc/install.ml

@@ -116,7 +116,7 @@ let compile_libs() =
 
 	(* JAVALIB *)
 	Sys.chdir "javalib";
-	let files = "-I .. jData.mli jReader.ml" in
+	let files = "-I .. jData.ml jReader.ml" in
 	if bytecode then command ("ocamlc -a -o java.cma " ^ files);
 	if native then command ("ocamlopt -a -o java.cmxa " ^ files);
 	Sys.chdir "..";