Commit 0f99a405f9d7d509ea2b2267d0fabd6bef87bbab

Commits
[COMMIT BEGIN]
commit 0f99a405f9d7d509ea2b2267d0fabd6bef87bbab
Author: 0x4248 <[email protected]>
Date:   Wed Feb 11 00:02:40 2026 +0000

    make: add pandoc check

diff --git a/Makefile b/Makefile
index 1ea7438..4f74d8e 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,12 @@ precheck:
 			cat doc/make/errors/confmissing.msg | less; \
 			exit 1; \
 		fi; \
+		if which pandoc 2>/dev/null >/dev/null; then \
+			echo "PASS" > /dev/null; \
+		else \
+			echo "ERROR: pandoc is required to show help messages and manuals. Please install pandoc to proceed."; \
+			exit 1; \
+		fi; \
 	fi
 
 -include tools/build/make/includes.mk
[COMMIT END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.