]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
share/mk/: $PCRE2GREP: Add dependency
authorAlejandro Colomar <alx@kernel.org>
Sat, 23 Aug 2025 10:13:36 +0000 (12:13 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 21 Sep 2025 14:18:53 +0000 (16:18 +0200)
This will be used for adding diagnostics about semantic newlines.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
share/mk/configure/build-depends/pcre2-utils/pcre2grep.mk [new file with mode: 0644]

diff --git a/share/mk/configure/build-depends/pcre2-utils/pcre2grep.mk b/share/mk/configure/build-depends/pcre2-utils/pcre2grep.mk
new file mode 100644 (file)
index 0000000..209fb5b
--- /dev/null
@@ -0,0 +1,14 @@
+# Copyright, the authors of the Linux man-pages project
+# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception
+
+
+ifndef MAKEFILE_CONFIGURE_BUILD_DEPENDS_PCRE2_UTILS_PCRE2GREP_INCLUDED
+MAKEFILE_CONFIGURE_BUILD_DEPENDS_PCRE2_UTILS_PCRE2GREP_INCLUDED := 1
+
+
+ifndef PCRE2GREP
+PCRE2GREP := pcre2grep
+endif
+
+
+endif  # include guard