Module Name: src
Committed By: joerg
Date: Tue Feb 7 21:13:34 UTC 2012
Modified Files:
src/etc: man.conf
Log Message:
Kill one more invocation of tbl. Noticed by wiz
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/etc/man.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/man.conf
diff -u src/etc/man.conf:1.26 src/etc/man.conf:1.27
--- src/etc/man.conf:1.26 Tue Feb 7 19:33:19 2012
+++ src/etc/man.conf Tue Feb 7 21:13:34 2012
@@ -1,4 +1,4 @@
-# $NetBSD: man.conf,v 1.26 2012/02/07 19:33:19 joerg Exp $
+# $NetBSD: man.conf,v 1.27 2012/02/07 21:13:34 joerg Exp $
# Sheer, raging paranoia...
_version BSD.2
@@ -21,7 +21,7 @@ _build .0.gz /usr/bin/gunzip -c %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 .tbl /usr/bin/tbl %s | /usr/bin/mandoc
+_build .tbl /usr/bin/mandoc
_build .tbl.Z /usr/bin/zcat %s | /usr/bin/mandoc
_build .tbl.gz /usr/bin/gunzip -c %s | /usr/bin/mandoc