diff options
author | Štěpán Němec <stepnem@smrk.net> | 2022-10-16 14:03:29 +0200 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-10-16 19:18:14 -0400 |
commit | 65f91942e23508c98a322261b107c1c97f0d2cf5 (patch) | |
tree | 1308917ed8a556e8e1cc0f3955fe09ae3ffe29fa /NetBSD/Makefile | |
parent | Update to Linux man-mages 6.00 (diff) | |
download | exman-65f91942e23508c98a322261b107c1c97f0d2cf5.tar.gz exman-65f91942e23508c98a322261b107c1c97f0d2cf5.zip |
NetBSD: include text.tar.xz man pages 2063.8
Diffstat (limited to '')
-rw-r--r-- | NetBSD/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetBSD/Makefile b/NetBSD/Makefile index eccc22f..6c490e3 100644 --- a/NetBSD/Makefile +++ b/NetBSD/Makefile @@ -1,7 +1,7 @@ SYSTEM = NetBSD VERSION = 9.3 MIRROR = https://cdn.netbsd.org/pub/NetBSD/NetBSD-${VERSION}/amd64/binary/sets -DISTFILES = comp.tar.xz games.tar.xz man.tar.xz +DISTFILES = comp.tar.xz games.tar.xz man.tar.xz text.tar.xz FILES = ./usr/share/man/man[1-9]*/ STRIP = 4 |