OCamlPro / gnucobol

A clone of the sourceforge GnuCOBOL compiler from COBOL to C.
https://get-superbol.com
GNU Lesser General Public License v3.0
16 stars 20 forks source link

help2man dependency is missing #118

Closed Ninjapouet closed 9 months ago

Ninjapouet commented 9 months ago

./configure tells all is ok but make gives:

/home/julius/ocp/gnucobol/build_aux/missing: line 81: help2man: command not found
WARNING: 'help2man' is missing on your system.
         You should only need it if you modified a dependency of a man page.
         You may want to install the GNU Help2man package:
         <https://www.gnu.org/software/help2man/>
make[2]: *** [Makefile:1018: cobcrun.1] Error 127
GitMensch commented 9 months ago

all noted in HACKING, duplicate of #119