about summary refs log tree commit diff
path: root/Linux/Makefile
blob: a51dc0820f312ad89d2f57339706e9336a21c783 (plain) (blame)
1
2
3
4
5
6
7
8
SYSTEM = Linux
VERSION = 6.05
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

.include "../system.mk"