From: pawelb Date: Wed, 21 Jul 2004 19:23:32 +0000 (+0000) Subject: - now works with 3.08 X-Git-Tag: auto/ac/ocaml-3_08_1-1~6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Focaml.git;a=commitdiff_plain;h=0a5078eba609f2a9009adb319a637fc5ad56e764 - now works with 3.08 Changed files: ocaml-mano.patch -> 1.4 --- diff --git a/ocaml-mano.patch b/ocaml-mano.patch index acc6d62..f128a89 100644 --- a/ocaml-mano.patch +++ b/ocaml-mano.patch @@ -1,12 +1,11 @@ -diff -ur ocaml-3.05/ocamldoc/odoc_messages.ml ocaml-3.05-/ocamldoc/odoc_messages.ml ---- ocaml-3.05/ocamldoc/odoc_messages.ml Tue Jul 23 16:11:51 2002 -+++ ocaml-3.05-/ocamldoc/odoc_messages.ml Thu Aug 8 14:09:56 2002 -@@ -86,7 +86,7 @@ +--- ocaml-3.08.0/ocamldoc/odoc_messages.ml 2004-07-09 16:32:42.000000000 +0200 ++++ ocaml-3.08.0_/ocamldoc/odoc_messages.ml 2004-07-21 21:13:04.724002928 +0200 +@@ -83,7 +83,7 @@ - let man_mini = " Generate man pages only for modules, module types,\n"^ - " classes and class types "^man_only + let man_mini = "\tGenerate man pages only for modules, module types, classes\n"^ + "\t\tand class types "^man_only -let default_man_suffix = "o" +let default_man_suffix = "3o" - let man_suffix = " use for man page files "^ + let man_suffix = "\n\t\tUse for man page files "^ "(default is "^default_man_suffix^") "^man_only^"\n"