Kill one more invocation of tbl. Noticed by wiz
This commit is contained in:
parent
0409c3f975
commit
42e8e6b10a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue