build: use system help2man
commit33ee12e5878c950dfd5ee230039abc514d936d03
authorPaul Eggert <[email protected]>
Sat, 26 Apr 2025 19:51:52 +0000 (26 12:51 -0700)
committerPaul Eggert <[email protected]>
Mon, 28 Apr 2025 06:42:49 +0000 (27 23:42 -0700)
treec8f0b0eb7cb6e6231d7a1f1b54af23adc45aa94b
parent45a4762bf3241e7fb6a2e01d382791ae44236841
build: use system help2man

Instead of shipping an old ‘help2man’ that is not properly maintained,
use the system’s ‘help2man’.  It was already listed as a build
prerequisite, and being configured via AM_MISSING_PROG.
Problem for FreeBSD and NetBSD reported by Bruno Haible
<https://bugs.gnu.org/72235>.
* man/Makefile.am (EXTRA_DIST): Remove help2man.
($(dist_man1_MANS)): Do not depend on help2man.
Use $(HELP2MAN) instead.
* man/help2man: Remove.
README
configure.ac
man/Makefile.am
man/help2man [deleted file]