about summary refs log tree commit diff
path: root/POSIX
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-27 22:35:39 -0500
committerJune McEnroe <june@causal.agency>2021-01-27 22:39:03 -0500
commit809d6629c97bd9c4bdf6c799e74a261bb510b1fd (patch)
tree38e7a60244090ad01cb0b9cef7fc88f1220c159c /POSIX
parentUpdate to man-pages-posix 2017-a (diff)
downloadexman-809d6629c97bd9c4bdf6c799e74a261bb510b1fd.tar.gz
exman-809d6629c97bd9c4bdf6c799e74a261bb510b1fd.zip
Completely rewrite how manuals are fetched and installed
Also add section 6 manuals from NetBSD and OpenBSD!
Diffstat (limited to 'POSIX')
-rw-r--r--POSIX/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/POSIX/Makefile b/POSIX/Makefile
new file mode 100644
index 0000000..6a36ca4
--- /dev/null
+++ b/POSIX/Makefile
@@ -0,0 +1,8 @@
+SYSTEM = POSIX
+VERSION = 2017
+MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-posix
+DISTFILES = man-pages-posix-${VERSION}-a.tar.xz
+FILES = man-pages-posix-${VERSION}/man[0-3]p/
+STRIP = 1
+
+.include "../system.mk"
af20703057347cebc5d5f0&follow=1'>Add htagml -iJune McEnroe 2021-01-12Render tag index in HTMLJune McEnroe 2021-01-12Add htagml -xJune McEnroe 2021-01-12Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe 2021-01-12Split fields by tab onlyJune McEnroe 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe