]> git.pld-linux.org Git - packages/ocaml.git/blob - ocaml-mano.patch
- now works with 3.08
[packages/ocaml.git] / ocaml-mano.patch
1 --- ocaml-3.08.0/ocamldoc/odoc_messages.ml      2004-07-09 16:32:42.000000000 +0200
2 +++ ocaml-3.08.0_/ocamldoc/odoc_messages.ml     2004-07-21 21:13:04.724002928 +0200
3 @@ -83,7 +83,7 @@
4  
5  let man_mini = "\tGenerate man pages only for modules, module types, classes\n"^
6    "\t\tand class types "^man_only
7 -let default_man_suffix = "o"
8 +let default_man_suffix = "3o"
9  let man_suffix = "<suffix>\n\t\tUse <suffix> for man page files "^
10    "(default is "^default_man_suffix^") "^man_only^"\n"
11  
This page took 0.036143 seconds and 4 git commands to generate.