]> git.ipfire.org Git - thirdparty/man-pages.git/commit
share/mk/: Unify variable names for regex files
authorAlejandro Colomar <alx@kernel.org>
Wed, 10 Sep 2025 15:52:37 +0000 (17:52 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 14 Sep 2025 11:42:07 +0000 (13:42 +0200)
commit972beca9d8c56ec5eb3f77753d58c84b6bfd6650
treedae2eb09cf0c8dd8a9b3c664bc79b8395d5f9c71
parentf357768b32690257f0b739967a9ac5612e13643c
share/mk/: Unify variable names for regex files

Within recipes, variables have delayed expansion, which means that we
can't use variables that we've undefined.  That's why we need to use
a filter to get the regex file name from the rule prerequisites.  This
trick was suggested by Philip.

Cc: Philip Guenther <guenther@gmail.com>
Cc: Paul Smith <psmith@gnu.org>
Cc: Martin Dorey <Martin.Dorey@hitachivantara.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
share/mk/build/catman/troff.mk
share/mk/lint/man/mandoc.mk
share/mk/lint/man/quote.mk
share/mk/lint/man/ws.mk