Module Name: src
Committed By: mbalmer
Date: Fri Oct 25 07:59:55 UTC 2013
Modified Files:
src/etc: man.conf
Log Message:
_build rule for man pages with a .<number><letters> extension (.3tcl, .3am,
.3lua, etc.)
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 src/etc/man.conf:1.33
--- src/etc/man.conf:1.32 Thu Jul 18 13:10:50 2013
+++ src/etc/man.conf Fri Oct 25 07:59:55 2013
@@ -1,4 +1,4 @@
-# $NetBSD: man.conf,v 1.32 2013/07/18 13:10:50 christos Exp $
+# $NetBSD: man.conf,v 1.33 2013/10/25 07:59:55 mbalmer Exp $
# Sheer, raging paranoia...
_version BSD.2
@@ -16,6 +16,7 @@ _build .0.Z /usr/bin/zcat %s
_build .0.bz2 /usr/bin/bzcat %s
_build .0.gz /usr/bin/zcat %s
_build .0.xz /usr/bin/xzcat %s
+_build .[1-9][a-z]* /usr/bin/mandoc %s
_build .[1-9ln] /usr/bin/mandoc %s
_build .[1-9ln].Z /usr/bin/zcat %s | /usr/bin/mandoc
_build .[1-9ln].bz2 /usr/bin/bzcat %s | /usr/bin/mandoc