summaryrefslogtreecommitdiff
path: root/debian/patches/man-pages.patch
blob: 54b85fba864dd61db132952fc9c647fd5ed30eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: add some fields to the man page
Index: gnucobol-4.0-early-20200606/bin/Makefile.am
===================================================================
--- gnucobol-4.0-early-20200606.orig/bin/Makefile.am
+++ gnucobol-4.0-early-20200606/bin/Makefile.am
@@ -41,7 +41,7 @@ CODE_COVERAGE_LCOV_OPTIONS =  --no-exter
 MAINTAINERCLEANFILES = cobcrun.1
 
 HELPSOURCES = cobcrun.c $(top_srcdir)/configure.ac
-HELP2MAN_OPTS = --info-page=$(PACKAGE)
+HELP2MAN_OPTS = --section=1 --name="GnuCOBOL module loader" --info-page=$(PACKAGE)
 
 if MAKE_HAS_PREREQ_ONLY
 cobcrun.1: $(HELPSOURCES) | $(COBCRUN)
Index: gnucobol-4.0-early-20200606/cobc/Makefile.am
===================================================================
--- gnucobol-4.0-early-20200606.orig/cobc/Makefile.am
+++ gnucobol-4.0-early-20200606/cobc/Makefile.am
@@ -49,7 +49,7 @@ CODE_COVERAGE_BRANCH_COVERAGE=1
 CODE_COVERAGE_LCOV_OPTIONS =  --no-external
 
 HELPSOURCES = help.c config.def flag.def warning.def $(top_srcdir)/configure.ac
-HELP2MAN_OPTS = --info-page=$(PACKAGE)
+HELP2MAN_OPTS = --section=1 --name="GnuCOBOL compiler" --info-page=$(PACKAGE)
 
 if MAKE_HAS_PREREQ_ONLY
 cobc.1: $(HELPSOURCES) | $(COBC)