about summary refs log tree commit diff
path: root/Linux
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@smrk.net>2022-10-16 12:57:03 +0200
committerJune McEnroe <june@causal.agency>2022-10-16 19:16:13 -0400
commit8d5d3fc8c69ca099c6110e30efb03d27b9d6e95b (patch)
tree1bc979f92c25a0ce0238a610d30dc230843291b8 /Linux
parentUpdate to NetBSD 9.3 (diff)
downloadexman-8d5d3fc8c69ca099c6110e30efb03d27b9d6e95b.tar.gz
exman-8d5d3fc8c69ca099c6110e30efb03d27b9d6e95b.zip
Update to Linux man-mages 6.00
Relax FILES pattern to include the newly added man2type, man3const,
man3head and man3type.
Diffstat (limited to 'Linux')
-rw-r--r--Linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Linux/Makefile b/Linux/Makefile
index 4e405ac..8a6c491 100644
--- a/Linux/Makefile
+++ b/Linux/Makefile
@@ -1,8 +1,8 @@
 SYSTEM = Linux
-VERSION = 5.13
+VERSION = 6.00
 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages
 DISTFILES = man-pages-${VERSION}.tar.xz
-FILES = man-pages-${VERSION}/man[1-9]/
+FILES = man-pages-${VERSION}/man[1-9]*/
 STRIP = 1
 
 .include "../system.mk"
fc737852e6f7ae4c0e04a72e&follow=1'>openbsd: Include man pages from baseXX.tgzKeith Whitney 2022-05-08Update to OpenBSD 7.1 2062.73June McEnroe 2021-10-15Update to OpenBSD 7.0 2062.63June McEnroe 2021-08-29Update to Linux man-pages 5.13 2062.53Štěpán Němec 2021-08-26Update to NetBSD 9.2 2062.52June McEnroe 2021-08-26Support DESTDIR in install/uninstallJune McEnroe 2021-08-26Add version number generatorJune McEnroe 2021-08-22Add ISC license headerJune McEnroe 2021-08-22Update to Linux man-pages 5.12Štěpán Němec 2021-06-21Add manuals for macOS 11.3June McEnroe 2021-05-08Update to OpenBSD 6.9June McEnroe 2021-04-26Update to Linux man-pages 5.11June McEnroe 2021-04-26Update to FreeBSD 13.0June McEnroe 2021-01-27Completely rewrite how manuals are fetched and installedJune McEnroe 2020-12-14Update to man-pages-posix 2017-aJune McEnroe 2020-12-14Update to OpenBSD 6.8June McEnroe 2020-12-14Update to NetBSD 9.1June McEnroe 2020-12-14Update to man-pages 5.09June McEnroe 2020-12-14Update to FreeBSD 12.2June McEnroe 2020-06-08Update to OpenBSD 6.7June McEnroe 2020-05-04Add hack for macOS to search extra man sectionsJune McEnroe 2020-05-04Don't clear MANSECTJune McEnroe