about summary refs log tree commit diff
path: root/Linux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Linux/Makefile')
-rw-r--r--Linux/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Linux/Makefile b/Linux/Makefile
index 2ee81db..9f9538b 100644
--- a/Linux/Makefile
+++ b/Linux/Makefile
@@ -1,8 +1,8 @@
 SYSTEM = Linux
-VERSION = 6.7
+VERSION = 6.9
 MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages
 DISTFILES = man-pages-${VERSION}.tar.xz
-FILES = man-pages-${VERSION}/man[1-9]*/
-STRIP = 1
+FILES = man-pages-${VERSION}/man/man[1-9]*/
+STRIP = 2
 
 .include "../system.mk"
d colspan='3' class='logmsg'> 2019-02-10Skip only one character if a match fails due to parentJune McEnroe Really it should skip forward until the parent changes, but this is simpler. 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML " escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe