From: Richard W.M. Jones Date: Thu, 17 Jul 2008 15:58:23 +0000 (+0000) Subject: Document the bitmatch compatibility library. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=7c3ce1f99992caa51c6ce3eabea3b9bce137665f;p=ocaml-bitstring.git Document the bitmatch compatibility library. --- diff --git a/Makefile.in b/Makefile.in index c60a315..fba131c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -165,7 +165,7 @@ doc: rm -rf html mkdir html $(OCAMLDOC) $(OCAMLDOCFLAGS) -d html -I +camlp4 \ - bitstring.mli bitstring_persistent.mli + bitstring.mli bitstring_persistent.mli bitmatch.ml endif # Install.