projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb71ece
)
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>
Sun, 29 Dec 2019 09:28:39 +0000
(10:28 +0100)
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 f8b8cf633b501816babd966e9cd5d74147341cf6..d2cdcaba1d4ec39e99160fac87e3094b81aa545b 100644
(file)
--- a/
ocamldoc/Makefile
+++ b/
ocamldoc/Makefile
@@
-407,7
+407,7
@@
stdlib_man/Stdlib.3o: $(OCAMLDOC) $(DOC_ALL)
$(OCAMLDOC_RUN) -man -d stdlib_man -nostdlib \
-hide Stdlib -lib Stdlib $(DOC_ALL_INCLUDES) \
-pp "$(AWK) -v ocamldoc=true -f $(SRC)/stdlib/expand_module_aliases.awk" \
- -t "OCaml library" -man-mini \
+ -t "OCaml library" -man-mini
-man-section 3o
\
$(DOC_ALL_TEXT:%=-text %) \
$(DOC_ALL_MLIS)