Index: haxe/doc/install.ml
--- haxe/doc/install.ml.orig	2007-12-16 14:37:46 +0100
+++ haxe/doc/install.ml	2008-05-30 14:06:45 +0200
@@ -144,10 +144,10 @@
 in
 let startdir = Sys.getcwd() in
 try
-	download();
+	(* download(); *)
 	compile();
 	Sys.chdir startdir;
 with
 	Failure msg ->
 		Sys.chdir startdir;
-		prerr_endline msg; exit 1
\ No newline at end of file
+		prerr_endline msg; exit 1
