Put manpages in section 3o instead of 3
authorJulien Cristau <julien.cristau@ens-lyon.org>
Tue, 19 May 2009 15:24:52 +0000 (17:24 +0200)
committerStéphane Glondu <glondu@debian.org>
Mon, 12 Oct 2020 14:56:34 +0000 (16:56 +0200)
Gbp-Pq: Name 0002-Put-manpages-in-section-3o-instead-of-3.patch

ocamldoc/Makefile

index 6b7093b616977e4112f1d184e8539fd56e561d1c..026d409fc63c89d7f248c5379dedce133ff18ec3 100644 (file)
@@ -416,7 +416,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)