about summary refs log tree commit diff
path: root/macOS
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-21 13:45:11 -0400
committerJune McEnroe <june@causal.agency>2021-06-21 13:47:17 -0400
commitc7c44d88fedb8392476c05b0de01dc5623b0aa70 (patch)
treed1c82f3a974adad781f42246f56b6ef8478ea218 /macOS
parentUpdate to OpenBSD 6.9 (diff)
downloadexman-c7c44d88fedb8392476c05b0de01dc5623b0aa70.tar.gz
exman-c7c44d88fedb8392476c05b0de01dc5623b0aa70.zip
Add manuals for macOS 11.3
Diffstat (limited to 'macOS')
-rw-r--r--macOS/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/macOS/Makefile b/macOS/Makefile
new file mode 100644
index 0000000..2fd7b09
--- /dev/null
+++ b/macOS/Makefile
@@ -0,0 +1,8 @@
+SYSTEM = macOS
+VERSION = 11.3
+MIRROR = https://github.com/phracker/MacOSX-SDKs/releases/download/${VERSION}
+DISTFILES = MacOSX${VERSION}.sdk.tar.xz
+FILES = MacOSX${VERSION}.sdk/usr/share/man/man[1-9]/
+STRIP = 4
+
+.include "../system.mk"
2&follow=1'>Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe