about summary refs log tree commit diff
path: root/Linux/Makefile
blob: 91e8cd4c1fd29b1b2b999c7e4cc3168302bd0c73 (plain) (blame)
1
2
3
4
5
6
7
8
SYSTEM = Linux
VERSION = 6.12
MIRROR = https://mirrors.edge.kernel.org/pub/linux/docs/man-pages
DISTFILES = man-pages-${VERSION}.tar.xz
FILES = man-pages-${VERSION}/man/man[1-9]*/
STRIP = 2

.include "../system.mk"