projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fe9890
)
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, 26 Jan 2025 16:00:54 +0000
(17:00 +0100)
Gbp-Pq: Name 0001-Put-manpages-in-section-3o-instead-of-3.patch
api_docgen/ocamldoc/Makefile
patch
|
blob
|
history
diff --git
a/api_docgen/ocamldoc/Makefile
b/api_docgen/ocamldoc/Makefile
index 5b1f8946d802ef7e77785cec88fa2217b9f174b8..71f5a705c0c77b111be20a758b39c829f7f8d5d9 100644
(file)
--- a/
api_docgen/ocamldoc/Makefile
+++ b/
api_docgen/ocamldoc/Makefile
@@
-61,6
+61,7
@@
build/libref/%.odoc: build/%.mld | build/libref
ALL_COMPILED_DOC=$(ALL_DOC:%=build/%.odoc)
build/man/Stdlib.3o: $(ALL_COMPILED_DOC) | build/man
$(V_OCAMLDOC)$(OCAMLDOC_RUN) -man -d build/man -man-mini \
+ -man-section 3o \
-nostdlib -hide Stdlib -lib Stdlib -t "OCaml library" \
$(addprefix -load , $(ALL_COMPILED_DOC))