From 56a20a3e242cc0a4c1df0ab1c77b3cebf3e33aae Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 18 Sep 2023 10:15:16 +0000 Subject: makefile: avoid non-POSIX which(1) which(1) isn't in POSIX so it's perhaps less likely to be available (although I don't think I've noticed a system without it in decades). So replace it with the POSIX `command -v', even though everyone seems to use which... Add a note about `lexgrog', too, since I'm not sure if it's packaged for various *BSDs. --- Documentation/include.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation') diff --git a/Documentation/include.mk b/Documentation/include.mk index eb65454a..86851376 100644 --- a/Documentation/include.mk +++ b/Documentation/include.mk @@ -6,6 +6,8 @@ RSYNC = rsync RSYNC_DEST = public-inbox.org:/srv/public-inbox/ AWK = awk MAN = man + +# part of `man-db' on Debian, not sure about other distros LEXGROG = lexgrog # this is "xml" on FreeBSD and maybe some other distros: -- cgit v1.2.3-24-ge0c7