Added ocamldoc, and fixed bugs.
[perl4caml.git] / README
diff --git a/README b/README
index 98907ca..55762fb 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 perl4caml
 Copyright (C) 2003 Merjis Ltd. (http://www.merjis.com/)
-$Id: README,v 1.1 2003-10-14 16:46:13 rich Exp $
+$Id: README,v 1.2 2003-10-16 13:41:06 rich Exp $
 
 perl4caml allows you to use Perl code within Objective CAML (OCaml),
 thus neatly side-stepping the old problem with OCaml which was that it
@@ -28,3 +28,12 @@ mod_caml was mainly written by Richard W.M. Jones
 
 (5) Try some of the examples in the examples/ directory (some of these
     require that you have certain Perl modules installed).
+
+       Documentation
+       -------------
+
+See doc/ for some documentation.
+
+To build ocamldoc (automatically generated documentation for interfaces)
+type 'make html'. The output can be found by pointing your browser at
+'html/index.html'.