From 809d6629c97bd9c4bdf6c799e74a261bb510b1fd Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 27 Jan 2021 22:35:39 -0500 Subject: Completely rewrite how manuals are fetched and installed Also add section 6 manuals from NetBSD and OpenBSD! --- NetBSD/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 NetBSD/Makefile (limited to 'NetBSD') diff --git a/NetBSD/Makefile b/NetBSD/Makefile new file mode 100644 index 0000000..d39769f --- /dev/null +++ b/NetBSD/Makefile @@ -0,0 +1,8 @@ +SYSTEM = NetBSD +VERSION = 9.1 +MIRROR = https://cdn.netbsd.org/pub/NetBSD/NetBSD-${VERSION}/amd64/binary/sets +DISTFILES = comp.tar.xz games.tar.xz man.tar.xz +FILES = ./usr/share/man/man[1-9]*/ +STRIP = 4 + +.include "../system.mk" -- cgit 1.4.1 select> dontfiles
summary refs log tree commit diff
path: root/bin/c11.l (unfollow)
Commit message (Expand)Author
2024-06-15Add photo descriptions from June 12June McEnroe
2024-06-10Add first roll of film from June 8June McEnroe
2024-06-10Cope with not having an EXIF infoJune McEnroe
2024-06-10Resize using target pixel counts for consistencyJune McEnroe
2024-06-10Add The Girl Who Was Convinced...June McEnroe
2024-06-09Add photos from May 31June McEnroe
2024-06-09Use monospace on photo pagesJune McEnroe
2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe
2024-05-22Remove use of sysexits.hJune McEnroe
2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe
2024-05-21Fix = precedence in whenJune McEnroe