File: 0001-Put-manpages-in-section-3o-instead-of-3.patch

package info (click to toggle)
ocaml 5.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,124 kB
  • sloc: ml: 355,439; ansic: 51,636; sh: 25,098; asm: 5,413; makefile: 3,673; python: 919; javascript: 273; awk: 253; perl: 59; fortran: 21; cs: 9
file content (20 lines) | stat: -rw-r--r-- 733 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Julien Cristau <julien.cristau@ens-lyon.org>
Date: Tue, 19 May 2009 17:24:52 +0200
Subject: Put manpages in section 3o instead of 3

---
 api_docgen/ocamldoc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/api_docgen/ocamldoc/Makefile b/api_docgen/ocamldoc/Makefile
index 5b1f894..71f5a70 100644
--- 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))