Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Add "_crunch" section required by catman to crunch compr...



details:   https://anonhg.NetBSD.org/src/rev/485f10e18cb2
branches:  trunk
changeset: 471541:485f10e18cb2
user:      dante <dante%NetBSD.org@localhost>
date:      Sun Apr 04 11:02:09 1999 +0000

description:
Add "_crunch" section required by catman to crunch compressed cat pages.

diffstat:

 etc/man.conf |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b27e662eb39e -r 485f10e18cb2 etc/man.conf
--- a/etc/man.conf      Sun Apr 04 10:56:38 1999 +0000
+++ b/etc/man.conf      Sun Apr 04 11:02:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: man.conf,v 1.13 1999/01/02 23:50:40 tv Exp $
+#      $NetBSD: man.conf,v 1.14 1999/04/04 11:02:09 dante Exp $
 
 # Sheer, raging paranoia...
 _version       BSD.2
@@ -26,6 +26,9 @@
 _build         .tbl.gz         /usr/bin/gunzip -c %s | /usr/bin/tbl | /usr/bin/nroff -man
 _build         .me             /usr/bin/nroff -me %s 2>/dev/null | cat -s
 
+_crunch                .Z              /usr/bin/compress -c > %s
+_crunch                .gz             /usr/bin/gzip -c > %s
+
 # Sections and their directories.
 # All paths ending in '/' are the equivalent of entries specifying that
 # directory with all of the subdirectories listed for the keyword _subdir.



Home | Main Index | Thread Index | Old Index