projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
956c14a
)
Put manpages in section 3o instead of 3
author
Julien Cristau
<julien.cristau@ens-lyon.org>
Tue, 19 May 2009 15:24:52 +0000
(17:24 +0200)
committer
Stéphane Glondu
<glondu@debian.org>
Thu, 30 Oct 2014 08:28:06 +0000
(08:28 +0000)
Gbp-Pq: Name 0004-Put-manpages-in-section-3o-instead-of-3.patch
ocamldoc/Makefile
patch
|
blob
|
history
diff --git
a/ocamldoc/Makefile
b/ocamldoc/Makefile
index 144b95d15afb825f9a0ce8bb3900a8fa7fb9aef1..4d4f3f209e83b948089d60f23fb7f15e25c8c162 100644
(file)
--- a/
ocamldoc/Makefile
+++ b/
ocamldoc/Makefile
@@
-345,7
+345,7
@@
test_texi: dummy
stdlib_man/Pervasives.3o: $(STDLIB_MLIS)
$(MKDIR) stdlib_man
$(OCAMLDOC_RUN) -man -d stdlib_man $(INCLUDES) \
- -t "OCaml library" -man-mini \
+ -t "OCaml library" -man-mini
-man-section 3o
\
$(STDLIB_MLIS)
autotest_stdlib: dummy