Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Add entries for bzip2 and xz.
details: https://anonhg.NetBSD.org/src/rev/6e1e52d30583
branches: trunk
changeset: 777377:6e1e52d30583
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Feb 16 22:57:19 2012 +0000
description:
Add entries for bzip2 and xz.
diffstat:
etc/man.conf | 20 ++++++++++++++------
1 files changed, 14 insertions(+), 6 deletions(-)
diffs (41 lines):
diff -r 53f0f4d77508 -r 6e1e52d30583 etc/man.conf
--- a/etc/man.conf Thu Feb 16 22:56:12 2012 +0000
+++ b/etc/man.conf Thu Feb 16 22:57:19 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: man.conf,v 1.29 2012/02/14 14:03:35 wiz Exp $
+# $NetBSD: man.conf,v 1.30 2012/02/16 22:57:19 joerg Exp $
# Sheer, raging paranoia...
_version BSD.2
@@ -17,18 +17,26 @@
# Note the order, .Z must come after .[1-9].Z, or it will match first.
_suffix .0
_build .0.Z /usr/bin/zcat %s
-_build .0.gz /usr/bin/gunzip -c %s
+_build .0.bz2 /usr/bin/bzcat %s
+_build .0.gz /usr/bin/zcat %s
+_build .0.xz /usr/bin/xzcat %s
_build .[1-9ln] /usr/bin/mandoc %s
_build .[1-9ln].Z /usr/bin/zcat %s | /usr/bin/mandoc
-_build .[1-9ln].gz /usr/bin/gunzip -c %s | /usr/bin/mandoc
+_build .[1-9ln].bz2 /usr/bin/bzcat %s | /usr/bin/mandoc
+_build .[1-9ln].gz /usr/bin/zcat %s | /usr/bin/mandoc
+_build .[1-9ln].xz /usr/bin/xzcat %s | /usr/bin/mandoc
_build .tbl /usr/bin/mandoc %s
_build .tbl.Z /usr/bin/zcat %s | /usr/bin/mandoc
-_build .tbl.gz /usr/bin/gunzip -c %s | /usr/bin/mandoc
+_build .tbl.bz2 /usr/bin/bzcat %s | /usr/bin/mandoc
+_build .tbl.gz /usr/bin/zcat %s | /usr/bin/mandoc
+_build .tbl.xz /usr/bin/xzcat %s | /usr/bin/mandoc
_build .me /usr/bin/nroff -msafer -me %s 2>/dev/null | cat -s
-_crunch .Z /usr/bin/compress -c > %s
-_crunch .gz /usr/bin/gzip -c > %s
+_crunch .Z /usr/bin/zcat > %s
+_crunch .bz /usr/bin/bzcat > %s
+_crunch .gz /usr/bin/zcat > %s
+_crunch .xz /usr/bin/xzcat > %s
# Sections and their directories.
# All paths ending in '/' are the equivalent of entries specifying that
Home |
Main Index |
Thread Index |
Old Index