]> git.ipfire.org Git - thirdparty/man-pages.git/commit
INSTALL, RELEASE, cmd.mk, lint-man.mk: Use expr(1) instead of bc(1)
authorAlejandro Colomar <alx@kernel.org>
Thu, 17 Nov 2022 15:25:48 +0000 (16:25 +0100)
committerAlejandro Colomar <alx@kernel.org>
Thu, 17 Nov 2022 15:25:50 +0000 (16:25 +0100)
commita2cf51894d2a3dc05823e37cdf15252b1cc087e6
tree8ccbbe03a8dad83bbe1ce9fd33b640d1bcce21e9
parent10567c9aaa96bb5645c903df7d6fa5c4b7008bd5
INSTALL, RELEASE, cmd.mk, lint-man.mk: Use expr(1) instead of bc(1)

Both bc(1) and expr(1) are in POSIX.  However, expr(1) is provided by
GNU coreutils, and seems simpler to use.  This will simplify the
dependencies required to package the project.

Document the change in dependencies too.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
INSTALL
RELEASE
lib/cmd.mk
lib/lint-man.mk