about summary refs log tree commit diff
path: root/Linux/Makefile
blob: 4e405acd81cecf4dde92fd419f54292a1b09cd26 (plain) (blame)
1
2
3
4
5
6
7
8
SYSTEM = Linux
VERSION = 5.13
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"
pan title='2009-02-12 11:26:14 +0100'>2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli 2009-02-12Makefile: add doc-related targetsLars Hjemli