about summary refs log tree commit diff
path: root/Linux/Makefile
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/Makefile
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 '')
-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"